@Stability(value=Stable) @Internal public static final class CfnContainerRecipeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnContainerRecipeProps
CfnContainerRecipePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnContainerRecipeProps.Builder, CfnContainerRecipeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnContainerRecipeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnContainerRecipeProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getComponents()
Build and test components that are included in the container recipe.
|
String |
getContainerType()
Specifies the type of container, such as Docker.
|
String |
getDescription()
The description of the container recipe.
|
String |
getDockerfileTemplateData()
Dockerfiles 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.
|
String |
getDockerfileTemplateUri()
The S3 URI for the Dockerfile that will be used to build your container image.
|
String |
getImageOsVersionOverride()
Specifies the operating system version for the base image.
|
Object |
getInstanceConfiguration()
A group of options that can be used to configure an instance for building and testing container images.
|
String |
getKmsKeyId()
Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
|
String |
getName()
The name of the container recipe.
|
String |
getParentImage()
The base image for the container recipe.
|
String |
getPlatformOverride()
Specifies the operating system platform when you use a custom base image.
|
Map<String,String> |
getTags()
Tags that are attached to the container recipe.
|
Object |
getTargetRepository()
The destination repository for the container image.
|
String |
getVersion()
The semantic version of the container recipe.
|
String |
getWorkingDirectory()
The working directory for use during build and test workflows.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnContainerRecipeProps.Builder builder)
CfnContainerRecipeProps.Builder.public final Object getComponents()
CfnContainerRecipePropsRecipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
getComponents in interface CfnContainerRecipePropspublic final String getContainerType()
CfnContainerRecipePropsgetContainerType in interface CfnContainerRecipePropspublic final String getName()
CfnContainerRecipePropsgetName in interface CfnContainerRecipePropspublic final String getParentImage()
CfnContainerRecipePropsgetParentImage in interface CfnContainerRecipePropspublic final Object getTargetRepository()
CfnContainerRecipePropsgetTargetRepository in interface CfnContainerRecipePropspublic final String getVersion()
CfnContainerRecipeProps
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.
getVersion in interface CfnContainerRecipePropspublic final String getDescription()
CfnContainerRecipePropsgetDescription in interface CfnContainerRecipePropspublic final String getDockerfileTemplateData()
CfnContainerRecipePropsThe template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
getDockerfileTemplateData in interface CfnContainerRecipePropspublic final String getDockerfileTemplateUri()
CfnContainerRecipePropsgetDockerfileTemplateUri in interface CfnContainerRecipePropspublic final String getImageOsVersionOverride()
CfnContainerRecipePropsgetImageOsVersionOverride in interface CfnContainerRecipePropspublic final Object getInstanceConfiguration()
CfnContainerRecipePropsgetInstanceConfiguration in interface CfnContainerRecipePropspublic final String getKmsKeyId()
CfnContainerRecipePropsgetKmsKeyId in interface CfnContainerRecipePropspublic final String getPlatformOverride()
CfnContainerRecipePropsgetPlatformOverride in interface CfnContainerRecipePropspublic final Map<String,String> getTags()
CfnContainerRecipePropsgetTags in interface CfnContainerRecipePropspublic final String getWorkingDirectory()
CfnContainerRecipePropsgetWorkingDirectory in interface CfnContainerRecipeProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.