Show / Hide Table of Contents

Interface IAlias

A KMS Key alias.

Inherited Members
IKey.AddAlias(String)
IKey.AddToResourcePolicy(PolicyStatement, Nullable<Boolean>)
IKey.Grant(IGrantable, String[])
IKey.GrantDecrypt(IGrantable)
IKey.GrantEncrypt(IGrantable)
IKey.GrantEncryptDecrypt(IGrantable)
IKey.KeyArn
IKey.KeyId
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
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

IKey

Remarks

Attribute: true

Back to top Generated by DocFX