AWS::PaymentCryptography::KeyDefinition of AWS::PaymentCryptography::Key Resource Type
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Exportable | boolean | Required |
KeyAttributes | KeyAttributes | Required |
DeriveKeyUsage | string | |
Enabled | boolean | |
KeyCheckValueAlgorithm | string | |
ReplicationRegions | Array<string> | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
KeyIdentifier | string | - |
KeyOrigin | string | - |
KeyState | string | - |
ReplicationStatus | ReplicationStatus | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::PaymentCryptography::Key
Resources:
MyResource:
Type: AWS::PaymentCryptography::Key
Properties:
Exportable: true
KeyAttributes: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
payment-cryptography:GetKeypayment-cryptography:CreateKeypayment-cryptography:TagResourcepayment-cryptography:GetKeypayment-cryptography:ListTagsForResourcepayment-cryptography:GetKeypayment-cryptography:ListTagsForResourcepayment-cryptography:TagResourcepayment-cryptography:UntagResourcepayment-cryptography:StartKeyUsagepayment-cryptography:StopKeyUsagepayment-cryptography:AddKeyReplicationRegionspayment-cryptography:RemoveKeyReplicationRegionspayment-cryptography:GetKeypayment-cryptography:DeleteKeypayment-cryptography:ListKeysOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterKeyIdentifier