Interface IEncryptedResource.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEncryptedResource, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.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, IResource.Jsii$Default
Internal default implementation for IEncryptedResource.
  • 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:
      grantOnKey in interface IEncryptedResource
      Parameters:
      grantee - This parameter is required.
      actions - This parameter is required.