AWS::Cognito::UserPoolRiskConfigurationAttachment CompromisedCredentialsRiskConfigurationType
漏洩した認証情報のリスク設定タイプ。
構文
AWS CloudFormation テンプレートでこのエンティティを宣言するには、次の構文を使用します。
JSON
{ "Actions" :
CompromisedCredentialsActionsType
, "EventFilter" :[ String, ... ]
}
YAML
Actions:
CompromisedCredentialsActionsType
EventFilter:- String
プロパティ
Actions
-
漏洩した認証情報のリスク設定アクション。
必須: はい
タイプ: CompromisedCredentialsActionsType
Update requires: No interruption
EventFilter
-
これらのイベントに対してアクションを実行します。デフォルトでは、イベントフィルタが指定されていない場合、すべてのイベントが実行されます。
必須: いいえ
タイプ: 文字列のリスト
Update requires: No interruption