Interface IEncryptedResource.Jsii$Default
- All Superinterfaces:
IEncryptedResource,IEnvironmentAware,IEnvironmentAware.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IEncryptedResource.Jsii$Proxy
- Enclosing interface:
IEncryptedResource
@Internal
public static interface IEncryptedResource.Jsii$Default
extends IEncryptedResource, IEnvironmentAware.Jsii$Default
Internal default implementation for
IEncryptedResource.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IEncryptedResource
IEncryptedResource.Jsii$Default, IEncryptedResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault GrantOnKeyResultgrantOnKey(IGrantable grantee, String... actions) Gives permissions to a grantable entity to perform actions on the encryption key.Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
grantOnKey
@Stability(Stable) @NotNull default GrantOnKeyResult grantOnKey(@NotNull IGrantable grantee, @NotNull String... actions) Gives permissions to a grantable entity to perform actions on the encryption key.- Specified by:
grantOnKeyin interfaceIEncryptedResource- Parameters:
grantee- This parameter is required.actions- This parameter is required.
-