getAlias

suspend fun getAlias(argument: GetAliasPlainArgs): GetAliasResult

Definition of AWS::PaymentCryptography::Alias Resource Type

Return

null

Parameters

argument

null


suspend fun getAlias(aliasName: String): GetAliasResult

Return

null

Parameters

aliasName

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

Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in AWS CloudTrail logs and other output.

See also


suspend fun getAlias(argument: suspend GetAliasPlainArgsBuilder.() -> Unit): GetAliasResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.paymentcryptography.kotlin.inputs.GetAliasPlainArgs.

See also