AliasArgs

data class AliasArgs(val aliasName: Output<String>? = null, val keyArn: Output<String>? = null) : ConvertibleToJava<AliasArgs>

Definition of AWS::PaymentCryptography::Alias Resource Type

Constructors

Link copied to clipboard
constructor(aliasName: Output<String>? = null, keyArn: Output<String>? = null)

Properties

Link copied to clipboard
val aliasName: Output<String>? = null

A friendly name that you can use to refer to a key. The value must begin with alias/ .

Link copied to clipboard
val keyArn: Output<String>? = null

The KeyARN of the key associated with the alias.

Functions

Link copied to clipboard
open override fun toJava(): AliasArgs