@Stability(value=Stable) @Internal public static final class CfnImageRecipeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnImageRecipeProps
CfnImageRecipePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnImageRecipeProps.Builder, CfnImageRecipeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnImageRecipeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnImageRecipeProps.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 |
getAdditionalInstanceConfiguration()
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration.
|
Object |
getBlockDeviceMappings()
The block device mappings to apply when creating images from this recipe.
|
Object |
getComponents()
The components of the image recipe.
|
String |
getDescription()
The description of the image recipe.
|
String |
getName()
The name of the image recipe.
|
String |
getParentImage()
The parent image of the image recipe.
|
Map<String,String> |
getTags()
The tags of the image recipe.
|
String |
getVersion()
The semantic version of the image recipe.
|
String |
getWorkingDirectory()
The working directory to be used 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(CfnImageRecipeProps.Builder builder)
CfnImageRecipeProps.Builder.public final Object getComponents()
CfnImageRecipePropsComponents are orchestration documents that define a sequence of steps for downloading, installing, configuring, and testing software packages. They also define validation and security hardening steps. A component is defined using a YAML document format.
getComponents in interface CfnImageRecipePropspublic final String getName()
CfnImageRecipePropsgetName in interface CfnImageRecipePropspublic final String getParentImage()
CfnImageRecipePropsThe string must be either an Image ARN or an AMI ID.
getParentImage in interface CfnImageRecipePropspublic final String getVersion()
CfnImageRecipePropsgetVersion in interface CfnImageRecipePropspublic final Object getAdditionalInstanceConfiguration()
CfnImageRecipePropsInstance configuration adds a layer of control over those instances. You can define settings and add scripts to run when an instance is launched from your AMI.
getAdditionalInstanceConfiguration in interface CfnImageRecipePropspublic final Object getBlockDeviceMappings()
CfnImageRecipePropsgetBlockDeviceMappings in interface CfnImageRecipePropspublic final String getDescription()
CfnImageRecipePropsgetDescription in interface CfnImageRecipePropspublic final Map<String,String> getTags()
CfnImageRecipePropsgetTags in interface CfnImageRecipePropspublic final String getWorkingDirectory()
CfnImageRecipePropsgetWorkingDirectory in interface CfnImageRecipeProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.