Amazon KMS · Arazzo Workflow
Amazon KMS Create Key and Describe
Version 1.0.0
Create a new customer managed KMS key and read back its full metadata.
Provider
Workflows
create-key-and-describe
Create a KMS key then describe it to confirm its state.
Creates a customer managed KMS key with the supplied description and usage, captures the generated KeyId, and describes the key to read back its metadata.
1
createKey
CreateKey
Create a new customer managed KMS key in the caller's account and Region using the supplied description and key usage.
2
describeKey
DescribeKey
Describe the newly created KMS key to confirm its state, ARN, and usage before downstream automation depends on it.