Interface IAlias
A KMS Key alias.
Inherited Members
Namespace: Amazon.CDK.AWS.KMS
Assembly: Amazon.CDK.AWS.KMS.dll
Syntax (csharp)
public interface IAlias : IKey, IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IAlias
Inherits IKey, IResource, IConstruct, IConstruct, IDependable
Remarks
An alias can be used in all places that expect a key.
Synopsis
Properties
AliasName | The name of the alias. |
AliasTargetKey | The Key to which the Alias refers. |
Properties
AliasName
The name of the alias.
string AliasName { get; }
Property Value
System.String
Remarks
Attribute: true
AliasTargetKey
The Key to which the Alias refers.
IKey AliasTargetKey { get; }
Property Value
Remarks
Attribute: true