C# Class Amazon.KeyManagementService.Model.CreateAliasRequest

Container for the parameters to the CreateAlias operation. Creates a display name for a customer master key. An alias can be used to identify a key and should be unique. The console enforces a one-to-one mapping between the alias and a key. An alias name can contain only alphanumeric characters, forward slashes (/), underscores (_), and dashes (-). An alias must start with the word "alias" followed by a forward slash (alias/). An alias that begins with "aws" after the forward slash (alias/aws...) is reserved by Amazon Web Services (AWS).

The alias and the key it is mapped to must be in the same AWS account and the same region.

To map an alias to a different key, call UpdateAlias.

Inheritance: AmazonKeyManagementServiceRequest
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetAliasName ( ) : bool
IsSetTargetKeyId ( ) : bool