Class CfnContainerRecipeMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerRecipeMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerRecipeMixinProps
CfnContainerRecipeMixinProps-
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.cfnpropertymixins.services.imagebuilder.CfnContainerRecipeMixinProps
CfnContainerRecipeMixinProps.Builder, CfnContainerRecipeMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerRecipeMixinProps.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 theCfnContainerRecipeMixinProps.Builder.
-
-
Method Details
-
getComponents
Description copied from interface:CfnContainerRecipeMixinPropsBuild 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: '<'eitherIResolvableorCfnContainerRecipePropsMixin.ComponentConfigurationProperty>- Specified by:
getComponentsin interfaceCfnContainerRecipeMixinProps- See Also:
-
getContainerType
Description copied from interface:CfnContainerRecipeMixinPropsSpecifies the type of container, such as Docker.- Specified by:
getContainerTypein interfaceCfnContainerRecipeMixinProps- See Also:
-
getDescription
Description copied from interface:CfnContainerRecipeMixinPropsThe description of the container recipe.- Specified by:
getDescriptionin interfaceCfnContainerRecipeMixinProps- See Also:
-
getDockerfileTemplateData
Description copied from interface:CfnContainerRecipeMixinPropsDockerfiles 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 interfaceCfnContainerRecipeMixinProps- See Also:
-
getDockerfileTemplateUri
Description copied from interface:CfnContainerRecipeMixinPropsThe S3 URI for the Dockerfile that will be used to build your container image.- Specified by:
getDockerfileTemplateUriin interfaceCfnContainerRecipeMixinProps- See Also:
-
getImageOsVersionOverride
Description copied from interface:CfnContainerRecipeMixinPropsSpecifies the operating system version for the base image.- Specified by:
getImageOsVersionOverridein interfaceCfnContainerRecipeMixinProps- See Also:
-
getInstanceConfiguration
Description copied from interface:CfnContainerRecipeMixinPropsA group of options that can be used to configure an instance for building and testing container images.Returns union: either
IResolvableorCfnContainerRecipePropsMixin.InstanceConfigurationProperty- Specified by:
getInstanceConfigurationin interfaceCfnContainerRecipeMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnContainerRecipeMixinPropsThe 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 interfaceCfnContainerRecipeMixinProps- See Also:
-
getName
Description copied from interface:CfnContainerRecipeMixinPropsThe name of the container recipe.- Specified by:
getNamein interfaceCfnContainerRecipeMixinProps- See Also:
-
getParentImage
Description copied from interface:CfnContainerRecipeMixinPropsThe 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 interfaceCfnContainerRecipeMixinProps- See Also:
-
getPlatformOverride
Description copied from interface:CfnContainerRecipeMixinPropsSpecifies the operating system platform when you use a custom base image.- Specified by:
getPlatformOverridein interfaceCfnContainerRecipeMixinProps- See Also:
-
getTags
Description copied from interface:CfnContainerRecipeMixinPropsTags that are attached to the container recipe.- Specified by:
getTagsin interfaceCfnContainerRecipeMixinProps- See Also:
-
getTargetRepository
Description copied from interface:CfnContainerRecipeMixinPropsThe destination repository for the container image.Returns union: either
IResolvableorCfnContainerRecipePropsMixin.TargetContainerRepositoryProperty- Specified by:
getTargetRepositoryin interfaceCfnContainerRecipeMixinProps- See Also:
-
getVersion
Description copied from interface:CfnContainerRecipeMixinPropsThe semantic version of the container recipe. This version follows the semantic version syntax.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.
- Specified by:
getVersionin interfaceCfnContainerRecipeMixinProps- See Also:
-
getWorkingDirectory
Description copied from interface:CfnContainerRecipeMixinPropsThe working directory for use during build and test workflows.- Specified by:
getWorkingDirectoryin interfaceCfnContainerRecipeMixinProps- 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()
-