Interface IRecipeBase.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IRecipeBase, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IContainerRecipe.Jsii$Default, IImageRecipe.Jsii$Default
All Known Implementing Classes:
IContainerRecipe.Jsii$Proxy, IImageRecipe.Jsii$Proxy, IRecipeBase.Jsii$Proxy
Enclosing interface:
IRecipeBase

@Internal public static interface IRecipeBase.Jsii$Default extends IRecipeBase, IResource.Jsii$Default
Internal default implementation for IRecipeBase.
  • Method Details

    • grant

      @Stability(Experimental) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
      (experimental) Grant custom actions to the given grantee for the recipe.

      Specified by:
      grant in interface IRecipeBase
      Parameters:
      grantee - The principal. This parameter is required.
      actions - The list of actions. This parameter is required.
    • grantRead

      @Stability(Experimental) @NotNull default Grant grantRead(@NotNull IGrantable grantee)
      (experimental) Grant read permissions to the given grantee for the recipe.

      Specified by:
      grantRead in interface IRecipeBase
      Parameters:
      grantee - The principal. This parameter is required.