Class ContainerRecipeBase
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.imagebuilder.alpha.ContainerRecipeBase
- All Implemented Interfaces:
IEnvironmentAware,IResource,IContainerRecipe,IRecipeBase,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
- Direct Known Subclasses:
ContainerRecipe
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:50.021Z")
@Stability(Experimental)
public abstract class ContainerRecipeBase
extends Resource
implements IContainerRecipe
(experimental) A new or imported Container Recipe.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.alpha.IContainerRecipe
IContainerRecipe.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContainerRecipeBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedContainerRecipeBase(software.amazon.jsii.JsiiObjectRef objRef) protectedContainerRecipeBase(software.constructs.Construct scope, String id) protectedContainerRecipeBase(software.constructs.Construct scope, String id, ResourceProps props) -
Method Summary
Modifier and TypeMethodDescriptionabstract String(experimental) The ARN of the container recipe.abstract String(experimental) The name of the container recipe.abstract String(experimental) The version of the container recipe.grant(IGrantable grantee, String... actions) (experimental) Grant custom actions to the given grantee for the container recipe.grantRead(IGrantable grantee) (experimental) Grant read permissions to the given grantee for the container recipe.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ContainerRecipeBase
protected ContainerRecipeBase(software.amazon.jsii.JsiiObjectRef objRef) -
ContainerRecipeBase
protected ContainerRecipeBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ContainerRecipeBase
@Stability(Stable) protected ContainerRecipeBase(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ResourceProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
ContainerRecipeBase
@Stability(Stable) protected ContainerRecipeBase(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Details
-
grant
@Stability(Experimental) @NotNull public Grant grant(@NotNull IGrantable grantee, @NotNull String... actions) (experimental) Grant custom actions to the given grantee for the container 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 container recipe.- Specified by:
grantReadin interfaceIRecipeBase- Parameters:
grantee- The principal. This parameter is required.
-
getContainerRecipeArn
(experimental) The ARN of the container recipe.- Specified by:
getContainerRecipeArnin interfaceIContainerRecipe
-
getContainerRecipeName
(experimental) The name of the container recipe.- Specified by:
getContainerRecipeNamein interfaceIContainerRecipe
-
getContainerRecipeVersion
(experimental) The version of the container recipe.- Specified by:
getContainerRecipeVersionin interfaceIContainerRecipe
-