Skip to content

Get Alias

paymentcryptographycontrolplane_get_alias R Documentation

Gets the Amazon Web Services Payment Cryptography key associated with the alias

Description

Gets the Amazon Web Services Payment Cryptography key associated with the alias.

Cross-account use: This operation can't be used across different Amazon Web Services accounts.

Related operations:

  • create_alias

  • delete_alias

  • list_aliases

  • update_alias

Usage

paymentcryptographycontrolplane_get_alias(AliasName)

Arguments

AliasName

[required] The alias of the Amazon Web Services Payment Cryptography key.

Value

A list with the following syntax:

list(
  Alias = list(
    AliasName = "string",
    KeyArn = "string"
  )
)

Request syntax

svc$get_alias(
  AliasName = "string"
)