View a markdown version of this page

AWS::Cognito::UserPool KeyConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Cognito::UserPool KeyConfiguration

The KeyConfiguration property type specifies Property description not available. for an AWS::Cognito::UserPool.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "KeyType" : String, "KmsKeyArn" : String }

YAML

KeyType: String KmsKeyArn: String

Properties

KeyType

Property description not available.

Required: No

Type: String

Allowed values: AWS_OWNED_KEY | CUSTOMER_MANAGED_KEY

Update requires: No interruption

KmsKeyArn

Property description not available.

Required: No

Type: String

Pattern: arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?

Update requires: No interruption