@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.746Z") @Stability(value=Stable) public interface CfnUserPoolRiskConfigurationAttachmentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolRiskConfigurationAttachmentProps.Builder
A builder for
CfnUserPoolRiskConfigurationAttachmentProps |
static class |
CfnUserPoolRiskConfigurationAttachmentProps.Jsii$Proxy
An implementation for
CfnUserPoolRiskConfigurationAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolRiskConfigurationAttachmentProps.Builder |
builder() |
default Object |
getAccountTakeoverRiskConfiguration()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfiguration`.
|
String |
getClientId()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.ClientId`.
|
default Object |
getCompromisedCredentialsRiskConfiguration()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfiguration`.
|
default Object |
getRiskExceptionConfiguration()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.RiskExceptionConfiguration`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolRiskConfigurationAttachment.UserPoolId`.
|
@Stability(value=Stable) @NotNull String getClientId()
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) @Nullable default Object getAccountTakeoverRiskConfiguration()
@Stability(value=Stable) @Nullable default Object getCompromisedCredentialsRiskConfiguration()
@Stability(value=Stable) @Nullable default Object getRiskExceptionConfiguration()
@Stability(value=Stable) static CfnUserPoolRiskConfigurationAttachmentProps.Builder builder()
Copyright © 2021. All rights reserved.