GetAliasPlainArgs

data class GetAliasPlainArgs(val aliasName: String) : ConvertibleToJava<GetAliasPlainArgs>

Constructors

Link copied to clipboard
constructor(aliasName: String)

Properties

Link copied to clipboard

Specifies the alias name. This value must begin with `alias/` followed by a name, such as `alias/ExampleAlias`. If you change the value of the `AliasName` property, the existing alias is deleted and a new alias is created for the specified KMS key. This change can disrupt applications that use the alias. It can also allow or deny access to a KMS key affected by attribute-based access control (ABAC). The alias must be string of 1-256 characters. It can contain only alphanumeric characters, forward slashes (/), underscores (_), and dashes (-). The alias name cannot begin with `alias/aws/`. The `alias/aws/` prefix is reserved for .

Functions

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