AWS Fundamentals Logo
AWS Fundamentals
AWS::PaymentCryptography::Alias

PaymentCryptography Alias

Definition of AWS::PaymentCryptography::Alias Resource Type

Properties

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

Filter:
PropertyTypeFlags
AliasName
string
RequiredCreate-only
KeyArn
string

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::Alias

Resources:
  MyResource:
    Type: AWS::PaymentCryptography::Alias
    Properties:
      AliasName: "my-aliasname"

Required IAM Permissions

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

create

payment-cryptography:CreateAlias

read

payment-cryptography:GetAlias

update

payment-cryptography:UpdateAlias

delete

payment-cryptography:DeleteAlias

list

payment-cryptography:ListAliases

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
Properties2
Required1
TaggingNot supported
Primary IDAliasName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AliasName

Related Resources

External Links