@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.745Z") @Stability(value=Stable) public class CfnUserPoolRiskConfigurationAttachment extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty |
static interface |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty |
static interface |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty |
static class |
CfnUserPoolRiskConfigurationAttachment.Builder
A fluent builder for
CfnUserPoolRiskConfigurationAttachment. |
static interface |
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty |
static interface |
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty |
static interface |
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty |
static interface |
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty |
static interface |
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnUserPoolRiskConfigurationAttachment(software.constructs.Construct scope,
String id,
CfnUserPoolRiskConfigurationAttachmentProps props)
Create a new `AWS::Cognito::UserPoolRiskConfigurationAttachment`.
|
protected |
CfnUserPoolRiskConfigurationAttachment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnUserPoolRiskConfigurationAttachment(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAccountTakeoverRiskConfiguration()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfiguration`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getClientId()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.ClientId`.
|
Object |
getCompromisedCredentialsRiskConfiguration()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfiguration`.
|
Object |
getRiskExceptionConfiguration()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.RiskExceptionConfiguration`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.UserPoolId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccountTakeoverRiskConfiguration(CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty value)
`AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfiguration`.
|
void |
setAccountTakeoverRiskConfiguration(IResolvable value)
`AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfiguration`.
|
void |
setClientId(String value)
`AWS::Cognito::UserPoolRiskConfigurationAttachment.ClientId`.
|
void |
setCompromisedCredentialsRiskConfiguration(CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty value)
`AWS::Cognito::UserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfiguration`.
|
void |
setCompromisedCredentialsRiskConfiguration(IResolvable value)
`AWS::Cognito::UserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfiguration`.
|
void |
setRiskExceptionConfiguration(CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty value)
`AWS::Cognito::UserPoolRiskConfigurationAttachment.RiskExceptionConfiguration`.
|
void |
setRiskExceptionConfiguration(IResolvable value)
`AWS::Cognito::UserPoolRiskConfigurationAttachment.RiskExceptionConfiguration`.
|
void |
setUserPoolId(String value)
`AWS::Cognito::UserPoolRiskConfigurationAttachment.UserPoolId`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnUserPoolRiskConfigurationAttachment(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnUserPoolRiskConfigurationAttachment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnUserPoolRiskConfigurationAttachment(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnUserPoolRiskConfigurationAttachmentProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getClientId()
@Stability(value=Stable)
public void setClientId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getUserPoolId()
@Stability(value=Stable)
public void setUserPoolId(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getAccountTakeoverRiskConfiguration()
@Stability(value=Stable)
public void setAccountTakeoverRiskConfiguration(@Nullable
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty value)
@Stability(value=Stable)
public void setAccountTakeoverRiskConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getCompromisedCredentialsRiskConfiguration()
@Stability(value=Stable)
public void setCompromisedCredentialsRiskConfiguration(@Nullable
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty value)
@Stability(value=Stable)
public void setCompromisedCredentialsRiskConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getRiskExceptionConfiguration()
@Stability(value=Stable)
public void setRiskExceptionConfiguration(@Nullable
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty value)
@Stability(value=Stable)
public void setRiskExceptionConfiguration(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.