AWS::StepFunctions::StateMachine EncryptionConfiguration - AWS CloudFormation

AWS::StepFunctions::StateMachine EncryptionConfiguration

The EncryptionConfiguration property type specifies Property description not available. for an AWS::StepFunctions::StateMachine.

Syntax

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

JSON

{ "KmsDataKeyReusePeriodSeconds" : Integer, "KmsKeyId" : String, "Type" : String }

YAML

KmsDataKeyReusePeriodSeconds: Integer KmsKeyId: String Type: String

Properties

KmsDataKeyReusePeriodSeconds

Property description not available.

Required: No

Type: Integer

Minimum: 60

Maximum: 900

Update requires: No interruption

KmsKeyId

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

Type

Property description not available.

Required: Yes

Type: String

Allowed values: CUSTOMER_MANAGED_KMS_KEY | AWS_OWNED_KEY

Update requires: No interruption