Class CfnImageRecipeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImageRecipeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnImageRecipeProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImageRecipeProps
@Stability(Stable)
@Internal
public static final class CfnImageRecipeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImageRecipeProps
An implementation for
CfnImageRecipeProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnImageRecipeProps
CfnImageRecipeProps.Builder, CfnImageRecipeProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnImageRecipeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnImageRecipeProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration.final Object
The block device mappings to apply when creating images from this recipe.final Object
The components of the image recipe.final String
The description of the image recipe.final String
getName()
The name of the image recipe.final String
The parent image of the image recipe.getTags()
The tags of the image recipe.final String
The semantic version of the image recipe.final String
The working directory to be used during build and test workflows.final int
hashCode()
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 theCfnImageRecipeProps.Builder
.
-
-
Method Details
-
getComponents
Description copied from interface:CfnImageRecipeProps
The components of the image recipe.Components 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.
- Specified by:
getComponents
in interfaceCfnImageRecipeProps
- See Also:
-
getName
Description copied from interface:CfnImageRecipeProps
The name of the image recipe.- Specified by:
getName
in interfaceCfnImageRecipeProps
- See Also:
-
getParentImage
Description copied from interface:CfnImageRecipeProps
The parent image of the image recipe.The string must be either an Image ARN or an AMI ID.
- Specified by:
getParentImage
in interfaceCfnImageRecipeProps
- See Also:
-
getVersion
Description copied from interface:CfnImageRecipeProps
The semantic version of the image recipe.- Specified by:
getVersion
in interfaceCfnImageRecipeProps
- See Also:
-
getAdditionalInstanceConfiguration
Description copied from interface:CfnImageRecipeProps
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration.Instance 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.
- Specified by:
getAdditionalInstanceConfiguration
in interfaceCfnImageRecipeProps
- See Also:
-
getBlockDeviceMappings
Description copied from interface:CfnImageRecipeProps
The block device mappings to apply when creating images from this recipe.- Specified by:
getBlockDeviceMappings
in interfaceCfnImageRecipeProps
- See Also:
-
getDescription
Description copied from interface:CfnImageRecipeProps
The description of the image recipe.- Specified by:
getDescription
in interfaceCfnImageRecipeProps
- See Also:
-
getTags
Description copied from interface:CfnImageRecipeProps
The tags of the image recipe.- Specified by:
getTags
in interfaceCfnImageRecipeProps
- See Also:
-
getWorkingDirectory
Description copied from interface:CfnImageRecipeProps
The working directory to be used during build and test workflows.- Specified by:
getWorkingDirectory
in interfaceCfnImageRecipeProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-