Class CfnContainerRecipeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerRecipeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerRecipeProps
CfnContainerRecipeProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnContainerRecipeProps
CfnContainerRecipeProps.Builder, CfnContainerRecipeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerRecipeProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectBuild and test components that are included in the container recipe.final StringSpecifies the type of container, such as Docker.final StringThe description of the container recipe.final StringDockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside.final StringThe S3 URI for the Dockerfile that will be used to build your container image.final StringSpecifies the operating system version for the base image.final ObjectA group of options that can be used to configure an instance for building and testing container images.final StringThe Amazon Resource Name (ARN) that uniquely identifies which KMS key is used to encrypt the container image for distribution to the target Region.final StringgetName()The name of the container recipe.final StringThe base image for customizations specified in the container recipe.final StringSpecifies the operating system platform when you use a custom base image.getTags()Tags that are attached to the container recipe.final ObjectThe destination repository for the container image.final StringThe semantic version of the container recipe.final StringThe working directory for use during build and test workflows.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnContainerRecipeProps.Builder.
-
-
Method Details
-
getComponents
Description copied from interface:CfnContainerRecipePropsBuild and test components that are included in the container recipe.Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnContainerRecipe.ComponentConfigurationProperty>- Specified by:
getComponentsin interfaceCfnContainerRecipeProps- See Also:
-
getContainerType
Description copied from interface:CfnContainerRecipePropsSpecifies the type of container, such as Docker.- Specified by:
getContainerTypein interfaceCfnContainerRecipeProps- See Also:
-
getName
Description copied from interface:CfnContainerRecipePropsThe name of the container recipe.- Specified by:
getNamein interfaceCfnContainerRecipeProps- See Also:
-
getParentImage
Description copied from interface:CfnContainerRecipePropsThe base image for customizations specified in the container recipe.This can contain an Image Builder image resource ARN or a container image URI, for example
amazonlinux:latest.- Specified by:
getParentImagein interfaceCfnContainerRecipeProps- See Also:
-
getTargetRepository
Description copied from interface:CfnContainerRecipePropsThe destination repository for the container image.Returns union: either
IResolvableorCfnContainerRecipe.TargetContainerRepositoryProperty- Specified by:
getTargetRepositoryin interfaceCfnContainerRecipeProps- See Also:
-
getVersion
Description copied from interface:CfnContainerRecipePropsThe semantic version of the container recipe.The semantic version has four nodes:
. . / . You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
- Specified by:
getVersionin interfaceCfnContainerRecipeProps- See Also:
-
getDescription
Description copied from interface:CfnContainerRecipePropsThe description of the container recipe.- Specified by:
getDescriptionin interfaceCfnContainerRecipeProps- See Also:
-
getDockerfileTemplateData
Description copied from interface:CfnContainerRecipePropsDockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside.The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
- Specified by:
getDockerfileTemplateDatain interfaceCfnContainerRecipeProps- See Also:
-
getDockerfileTemplateUri
Description copied from interface:CfnContainerRecipePropsThe S3 URI for the Dockerfile that will be used to build your container image.- Specified by:
getDockerfileTemplateUriin interfaceCfnContainerRecipeProps- See Also:
-
getImageOsVersionOverride
Description copied from interface:CfnContainerRecipePropsSpecifies the operating system version for the base image.- Specified by:
getImageOsVersionOverridein interfaceCfnContainerRecipeProps- See Also:
-
getInstanceConfiguration
Description copied from interface:CfnContainerRecipePropsA group of options that can be used to configure an instance for building and testing container images.Returns union: either
IResolvableorCfnContainerRecipe.InstanceConfigurationProperty- Specified by:
getInstanceConfigurationin interfaceCfnContainerRecipeProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnContainerRecipePropsThe Amazon Resource Name (ARN) that uniquely identifies which KMS key is used to encrypt the container image for distribution to the target Region.This can be either the Key ARN or the Alias ARN. For more information, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
- Specified by:
getKmsKeyIdin interfaceCfnContainerRecipeProps- See Also:
-
getPlatformOverride
Description copied from interface:CfnContainerRecipePropsSpecifies the operating system platform when you use a custom base image.- Specified by:
getPlatformOverridein interfaceCfnContainerRecipeProps- See Also:
-
getTags
Description copied from interface:CfnContainerRecipePropsTags that are attached to the container recipe.- Specified by:
getTagsin interfaceCfnContainerRecipeProps- See Also:
-
getWorkingDirectory
Description copied from interface:CfnContainerRecipePropsThe working directory for use during build and test workflows.- Specified by:
getWorkingDirectoryin interfaceCfnContainerRecipeProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-