Class AliasArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Kms
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AliasArgs : ResourceArgs
Constructors
View SourceAliasArgs()
Declaration
public AliasArgs()
Properties
View SourceName
The display name of the alias. The name must start with the word "alias" followed by a forward slash (alias/)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamePrefix
Creates an unique alias beginning with the specified prefix.
The name must start with the word "alias" followed by a forward slash (alias/). Conflicts with name.
Declaration
public Input<string> NamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetKeyId
Identifier for the key for which the alias is for, can be either an ARN or key_id.
Declaration
public Input<string> TargetKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |