AWS Fundamentals Logo
AWS Fundamentals
AWS::PaymentCryptography::Key

PaymentCryptography Key

Definition of AWS::PaymentCryptography::Key Resource Type

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Exportable
boolean
Required
KeyAttributes
KeyAttributes
Required
DeriveKeyUsage
string
Enabled
boolean
KeyCheckValueAlgorithm
string
ReplicationRegions
Array<string>
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
KeyIdentifierstring-
KeyOriginstring-
KeyStatestring-
ReplicationStatusReplicationStatus-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

payment-cryptography:GetKeypayment-cryptography:CreateKeypayment-cryptography:TagResource

read

payment-cryptography:GetKeypayment-cryptography:ListTagsForResource

update

payment-cryptography:GetKeypayment-cryptography:ListTagsForResourcepayment-cryptography:TagResourcepayment-cryptography:UntagResourcepayment-cryptography:StartKeyUsagepayment-cryptography:StopKeyUsagepayment-cryptography:AddKeyReplicationRegionspayment-cryptography:RemoveKeyReplicationRegions

delete

payment-cryptography:GetKeypayment-cryptography:DeleteKey

list

payment-cryptography:ListKeys

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServicePaymentCryptography
Properties11
Required2
TaggingSupported
Primary IDKeyIdentifier

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links