Class IAlias.Jsii$Proxy
- All Implemented Interfaces:
IResource
,IResource.Jsii$Default
,IAlias
,IAlias.Jsii$Default
,IKey
,IKey.Jsii$Default
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IAlias
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kms.IAlias
IAlias.Jsii$Default, IAlias.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kms.IKey
IKey.Jsii$Default, IKey.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Alias
Defines a new alias for the key.addToResourcePolicy
(PolicyStatement statement) Adds a statement to the KMS key resource policy.addToResourcePolicy
(PolicyStatement statement, Boolean allowNoOp) Adds a statement to the KMS key resource policy.final void
applyRemovalPolicy
(RemovalPolicy policy) Apply the given removal policy to this resource.final String
The name of the alias.final IKey
The Key to which the Alias refers.final ResourceEnvironment
getEnv()
The environment this resource belongs to.final String
The ARN of the key.final String
getKeyId()
The ID of the key (the part that looks something like: 1234abcd-12ab-34cd-56ef-1234567890ab).final software.constructs.Node
getNode()
The tree node.final Stack
getStack()
The stack in which this resource is defined.final Grant
grant
(IGrantable grantee, @NotNull String... actions) Grant the indicated permissions on this key to the given principal.final Grant
grantDecrypt
(IGrantable grantee) Grant decryption permissions using this key to the given principal.final Grant
grantEncrypt
(IGrantable grantee) Grant encryption permissions using this key to the given principal.final Grant
grantEncryptDecrypt
(IGrantable grantee) Grant encryption and decryption permissions using this key to the given principal.final Grant
grantGenerateMac
(IGrantable grantee) Grant permissions to generating MACs to the given principal.final Grant
grantVerifyMac
(IGrantable grantee) Grant permissions to verifying MACs to the given principal.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getNode
@Stability(Stable) @NotNull public final software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfaceIAlias.Jsii$Default
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
- Specified by:
getNode
in interfaceIKey.Jsii$Default
- Specified by:
getNode
in interfaceIResource.Jsii$Default
-
getEnv
The environment this resource belongs to.For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
- Specified by:
getEnv
in interfaceIAlias.Jsii$Default
- Specified by:
getEnv
in interfaceIKey.Jsii$Default
- Specified by:
getEnv
in interfaceIResource
- Specified by:
getEnv
in interfaceIResource.Jsii$Default
-
getStack
The stack in which this resource is defined.- Specified by:
getStack
in interfaceIAlias.Jsii$Default
- Specified by:
getStack
in interfaceIKey.Jsii$Default
- Specified by:
getStack
in interfaceIResource
- Specified by:
getStack
in interfaceIResource.Jsii$Default
-
getKeyArn
The ARN of the key.- Specified by:
getKeyArn
in interfaceIAlias.Jsii$Default
- Specified by:
getKeyArn
in interfaceIKey
- Specified by:
getKeyArn
in interfaceIKey.Jsii$Default
-
getKeyId
The ID of the key (the part that looks something like: 1234abcd-12ab-34cd-56ef-1234567890ab).- Specified by:
getKeyId
in interfaceIAlias.Jsii$Default
- Specified by:
getKeyId
in interfaceIKey
- Specified by:
getKeyId
in interfaceIKey.Jsii$Default
-
getAliasName
The name of the alias.- Specified by:
getAliasName
in interfaceIAlias
- Specified by:
getAliasName
in interfaceIAlias.Jsii$Default
-
getAliasTargetKey
The Key to which the Alias refers.- Specified by:
getAliasTargetKey
in interfaceIAlias
- Specified by:
getAliasTargetKey
in interfaceIAlias.Jsii$Default
-
applyRemovalPolicy
Apply the given removal policy to this resource.The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (
RemovalPolicy.DESTROY
), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN
).- Specified by:
applyRemovalPolicy
in interfaceIAlias.Jsii$Default
- Specified by:
applyRemovalPolicy
in interfaceIKey.Jsii$Default
- Specified by:
applyRemovalPolicy
in interfaceIResource
- Specified by:
applyRemovalPolicy
in interfaceIResource.Jsii$Default
- Parameters:
policy
- This parameter is required.
-
addAlias
Defines a new alias for the key.- Specified by:
addAlias
in interfaceIAlias.Jsii$Default
- Specified by:
addAlias
in interfaceIKey
- Specified by:
addAlias
in interfaceIKey.Jsii$Default
- Parameters:
alias
- This parameter is required.
-
addToResourcePolicy
@Stability(Stable) @NotNull public final AddToResourcePolicyResult addToResourcePolicy(@NotNull PolicyStatement statement, @Nullable Boolean allowNoOp) Adds a statement to the KMS key resource policy.- Specified by:
addToResourcePolicy
in interfaceIAlias.Jsii$Default
- Specified by:
addToResourcePolicy
in interfaceIKey
- Specified by:
addToResourcePolicy
in interfaceIKey.Jsii$Default
- Parameters:
statement
- The policy statement to add. This parameter is required.allowNoOp
- If this is set tofalse
and there is no policy defined (i.e. external key), the operation will fail. Otherwise, it will no-op.
-
addToResourcePolicy
@Stability(Stable) @NotNull public final AddToResourcePolicyResult addToResourcePolicy(@NotNull PolicyStatement statement) Adds a statement to the KMS key resource policy.- Specified by:
addToResourcePolicy
in interfaceIKey
- Parameters:
statement
- The policy statement to add. This parameter is required.
-
grant
@Stability(Stable) @NotNull public final Grant grant(@NotNull IGrantable grantee, @NotNull @NotNull String... actions) Grant the indicated permissions on this key to the given principal.- Specified by:
grant
in interfaceIAlias.Jsii$Default
- Specified by:
grant
in interfaceIKey
- Specified by:
grant
in interfaceIKey.Jsii$Default
- Parameters:
grantee
- This parameter is required.actions
- This parameter is required.
-
grantDecrypt
Grant decryption permissions using this key to the given principal.- Specified by:
grantDecrypt
in interfaceIAlias.Jsii$Default
- Specified by:
grantDecrypt
in interfaceIKey
- Specified by:
grantDecrypt
in interfaceIKey.Jsii$Default
- Parameters:
grantee
- This parameter is required.
-
grantEncrypt
Grant encryption permissions using this key to the given principal.- Specified by:
grantEncrypt
in interfaceIAlias.Jsii$Default
- Specified by:
grantEncrypt
in interfaceIKey
- Specified by:
grantEncrypt
in interfaceIKey.Jsii$Default
- Parameters:
grantee
- This parameter is required.
-
grantEncryptDecrypt
Grant encryption and decryption permissions using this key to the given principal.- Specified by:
grantEncryptDecrypt
in interfaceIAlias.Jsii$Default
- Specified by:
grantEncryptDecrypt
in interfaceIKey
- Specified by:
grantEncryptDecrypt
in interfaceIKey.Jsii$Default
- Parameters:
grantee
- This parameter is required.
-
grantGenerateMac
Grant permissions to generating MACs to the given principal.- Specified by:
grantGenerateMac
in interfaceIAlias.Jsii$Default
- Specified by:
grantGenerateMac
in interfaceIKey
- Specified by:
grantGenerateMac
in interfaceIKey.Jsii$Default
- Parameters:
grantee
- This parameter is required.
-
grantVerifyMac
Grant permissions to verifying MACs to the given principal.- Specified by:
grantVerifyMac
in interfaceIAlias.Jsii$Default
- Specified by:
grantVerifyMac
in interfaceIKey
- Specified by:
grantVerifyMac
in interfaceIKey.Jsii$Default
- Parameters:
grantee
- This parameter is required.
-