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.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.alpha.IRecipeBase
IRecipeBase.Jsii$Default, IRecipeBase.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault Grantgrant(IGrantable grantee, String... actions) (experimental) Grant custom actions to the given grantee for the recipe.default GrantgrantRead(IGrantable grantee) (experimental) Grant read permissions to the given grantee for the recipe.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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:
grantin interfaceIRecipeBase- Parameters:
grantee- The principal. This parameter is required.actions- The list of actions. This parameter is required.
-
grantRead
(experimental) Grant read permissions to the given grantee for the recipe.- Specified by:
grantReadin interfaceIRecipeBase- Parameters:
grantee- The principal. This parameter is required.
-