Struct rusoto_kms::CreateAliasRequest [] [src]

pub struct CreateAliasRequest {
    pub alias_name: AliasNameType,
    pub target_key_id: KeyIdType,
}

Fields

String that contains the display name. The name must start with the word "alias" followed by a forward slash (alias/). Aliases that begin with "alias/AWS" are reserved.

An identifier of the key for which you are creating the alias. This value cannot be another alias but can be a globally unique identifier or a fully specified ARN to a key.

  • Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

  • Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012

Trait Implementations

impl Default for CreateAliasRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateAliasRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateAliasRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more