Class CfnImageRecipeMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnImageRecipeMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImageRecipeMixinProps
CfnImageRecipeMixinProps-
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.CfnImageRecipeMixinProps
CfnImageRecipeMixinProps.Builder, CfnImageRecipeMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnImageRecipeMixinProps.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 ObjectBefore you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration.final ObjectTags that are applied to the AMI that Image Builder creates during the Build phase prior to image distribution.final ObjectThe block device mappings to apply when creating images from this recipe.final ObjectThe components that are included in the image recipe.final StringThe description of the image recipe.final StringgetName()The name of the image recipe.final StringThe base image for customizations specified in the image recipe.getTags()The tags of the image recipe.final StringThe semantic version of the image recipe.final StringThe working directory to be used 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 theCfnImageRecipeMixinProps.Builder.
-
-
Method Details
-
getAdditionalInstanceConfiguration
Description copied from interface:CfnImageRecipeMixinPropsBefore 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.
Returns union: either
IResolvableorCfnImageRecipePropsMixin.AdditionalInstanceConfigurationProperty- Specified by:
getAdditionalInstanceConfigurationin interfaceCfnImageRecipeMixinProps- See Also:
-
getAmiTags
Description copied from interface:CfnImageRecipeMixinPropsTags that are applied to the AMI that Image Builder creates during the Build phase prior to image distribution.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getAmiTagsin interfaceCfnImageRecipeMixinProps- See Also:
-
getBlockDeviceMappings
Description copied from interface:CfnImageRecipeMixinPropsThe block device mappings to apply when creating images from this recipe.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnImageRecipePropsMixin.InstanceBlockDeviceMappingProperty>- Specified by:
getBlockDeviceMappingsin interfaceCfnImageRecipeMixinProps- See Also:
-
getComponents
Description copied from interface:CfnImageRecipeMixinPropsThe components that are included in the image 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: '<'eitherIResolvableorCfnImageRecipePropsMixin.ComponentConfigurationProperty>- Specified by:
getComponentsin interfaceCfnImageRecipeMixinProps- See Also:
-
getDescription
Description copied from interface:CfnImageRecipeMixinPropsThe description of the image recipe.- Specified by:
getDescriptionin interfaceCfnImageRecipeMixinProps- See Also:
-
getName
Description copied from interface:CfnImageRecipeMixinPropsThe name of the image recipe.- Specified by:
getNamein interfaceCfnImageRecipeMixinProps- See Also:
-
getParentImage
Description copied from interface:CfnImageRecipeMixinPropsThe base image for customizations specified in the image recipe.You can specify the parent image using one of the following options:
- AMI ID
- Image Builder image Amazon Resource Name (ARN)
- AWS Systems Manager (SSM) Parameter Store Parameter, prefixed by
ssm:, followed by the parameter name or ARN. - AWS Marketplace product ID
- Specified by:
getParentImagein interfaceCfnImageRecipeMixinProps- See Also:
-
getTags
Description copied from interface:CfnImageRecipeMixinPropsThe tags of the image recipe.- Specified by:
getTagsin interfaceCfnImageRecipeMixinProps- See Also:
-
getVersion
Description copied from interface:CfnImageRecipeMixinPropsThe semantic version of the image 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 interfaceCfnImageRecipeMixinProps- See Also:
-
getWorkingDirectory
Description copied from interface:CfnImageRecipeMixinPropsThe working directory to be used during build and test workflows.- Specified by:
getWorkingDirectoryin interfaceCfnImageRecipeMixinProps- 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()
-