Interface IImage.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IImage,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IImage.Jsii$Proxy
- Enclosing interface:
IImage
Internal default implementation for
IImage.-
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.IImage
IImage.Jsii$Default, IImage.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The ARN of the image.default String(experimental) The name of the image.default String(experimental) The version of the image.default Grantgrant(IGrantable grantee, String... actions) (experimental) Grant custom actions to the given grantee for the image.(experimental) Grants the default permissions for building an image to the provided execution role.default GrantgrantRead(IGrantable grantee) (experimental) Grant read permissions to the given grantee for the image.default BaseImage(experimental) Converts the image to a BaseImage, to use as the parent image in an image recipe.default BaseContainerImage(experimental) Converts the image to a ContainerBaseImage, to use as the parent image in a container 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
-
getImageArn
(experimental) The ARN of the image.- Specified by:
getImageArnin interfaceIImage
-
getImageName
(experimental) The name of the image.- Specified by:
getImageNamein interfaceIImage
-
getImageVersion
(experimental) The version of the image.- Specified by:
getImageVersionin interfaceIImage
-
grant
@Stability(Experimental) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions) (experimental) Grant custom actions to the given grantee for the image. -
grantDefaultExecutionRolePermissions
@Stability(Experimental) @NotNull default List<Grant> grantDefaultExecutionRolePermissions(@NotNull IGrantable grantee) (experimental) Grants the default permissions for building an image to the provided execution role.- Specified by:
grantDefaultExecutionRolePermissionsin interfaceIImage- Parameters:
grantee- The execution role used for the image build. This parameter is required.
-
grantRead
(experimental) Grant read permissions to the given grantee for the image. -
toBaseImage
(experimental) Converts the image to a BaseImage, to use as the parent image in an image recipe.- Specified by:
toBaseImagein interfaceIImage
-
toContainerBaseImage
(experimental) Converts the image to a ContainerBaseImage, to use as the parent image in a container recipe.- Specified by:
toContainerBaseImagein interfaceIImage
-