public static final class CfnContainerRecipeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnContainerRecipeProps
CfnContainerRecipeProps
CfnContainerRecipeProps.Builder, CfnContainerRecipeProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getComponents()
Build and test components that are included in the container recipe.
|
java.lang.String |
getContainerType()
Specifies the type of container, such as Docker.
|
java.lang.String |
getDescription()
The description of the container recipe.
|
java.lang.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.
|
java.lang.String |
getDockerfileTemplateUri()
The S3 URI for the Dockerfile that will be used to build your container image.
|
java.lang.String |
getImageOsVersionOverride()
Specifies the operating system version for the base image.
|
java.lang.Object |
getInstanceConfiguration()
A group of options that can be used to configure an instance for building and testing container images.
|
java.lang.String |
getKmsKeyId()
Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
|
java.lang.String |
getName()
The name of the container recipe.
|
java.lang.String |
getParentImage()
The base image for the container recipe.
|
java.lang.String |
getPlatformOverride()
Specifies the operating system platform when you use a custom base image.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
Tags that are attached to the container recipe.
|
java.lang.Object |
getTargetRepository()
The destination repository for the container image.
|
java.lang.String |
getVersion()
The semantic version of the container recipe.
|
java.lang.String |
getWorkingDirectory()
The working directory for use during build and test workflows.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getComponents()
CfnContainerRecipeProps
Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
getComponents
in interface CfnContainerRecipeProps
public final java.lang.String getContainerType()
CfnContainerRecipeProps
getContainerType
in interface CfnContainerRecipeProps
public final java.lang.String getName()
CfnContainerRecipeProps
getName
in interface CfnContainerRecipeProps
public final java.lang.String getParentImage()
CfnContainerRecipeProps
getParentImage
in interface CfnContainerRecipeProps
public final java.lang.Object getTargetRepository()
CfnContainerRecipeProps
getTargetRepository
in interface CfnContainerRecipeProps
public final java.lang.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 CfnContainerRecipeProps
public final java.lang.String getDescription()
CfnContainerRecipeProps
getDescription
in interface CfnContainerRecipeProps
public final java.lang.String getDockerfileTemplateData()
CfnContainerRecipeProps
The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
getDockerfileTemplateData
in interface CfnContainerRecipeProps
public final java.lang.String getDockerfileTemplateUri()
CfnContainerRecipeProps
getDockerfileTemplateUri
in interface CfnContainerRecipeProps
public final java.lang.String getImageOsVersionOverride()
CfnContainerRecipeProps
getImageOsVersionOverride
in interface CfnContainerRecipeProps
public final java.lang.Object getInstanceConfiguration()
CfnContainerRecipeProps
getInstanceConfiguration
in interface CfnContainerRecipeProps
public final java.lang.String getKmsKeyId()
CfnContainerRecipeProps
getKmsKeyId
in interface CfnContainerRecipeProps
public final java.lang.String getPlatformOverride()
CfnContainerRecipeProps
getPlatformOverride
in interface CfnContainerRecipeProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
CfnContainerRecipeProps
getTags
in interface CfnContainerRecipeProps
public final java.lang.String getWorkingDirectory()
CfnContainerRecipeProps
getWorkingDirectory
in interface CfnContainerRecipeProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()