Class CfnImageProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImageProps.Jsii$Proxy
- All Implemented Interfaces:
CfnImageProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImageProps
@Stability(Stable)
@Internal
public static final class CfnImageProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImageProps
An implementation for
CfnImageProps-
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.services.imagebuilder.CfnImageProps
CfnImageProps.Builder, CfnImageProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnImageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnImageProps.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 StringThe Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.final StringThe Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.final ObjectCollects additional information about the image being created, including the operating system (OS) version and package list.final StringThe name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.final StringThe Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.final ObjectContains settings for vulnerability scans.final ObjectThe image tests configuration of the image.final StringThe Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.final ObjectThe logging configuration that's defined for the image.getTags()The tags of the image.final ObjectContains an array of workflow configuration objects.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 theCfnImageProps.Builder.
-
-
Method Details
-
getContainerRecipeArn
Description copied from interface:CfnImagePropsThe Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.- Specified by:
getContainerRecipeArnin interfaceCfnImageProps- See Also:
-
getDistributionConfigurationArn
Description copied from interface:CfnImagePropsThe Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.- Specified by:
getDistributionConfigurationArnin interfaceCfnImageProps- See Also:
-
getEnhancedImageMetadataEnabled
Description copied from interface:CfnImagePropsCollects additional information about the image being created, including the operating system (OS) version and package list.This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
Returns union: either
BooleanorIResolvable- Specified by:
getEnhancedImageMetadataEnabledin interfaceCfnImageProps- See Also:
-
getExecutionRole
Description copied from interface:CfnImagePropsThe name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.- Specified by:
getExecutionRolein interfaceCfnImageProps- See Also:
-
getImageRecipeArn
Description copied from interface:CfnImagePropsThe Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.- Specified by:
getImageRecipeArnin interfaceCfnImageProps- See Also:
-
getImageScanningConfiguration
Description copied from interface:CfnImagePropsContains settings for vulnerability scans.Returns union: either
IResolvableorCfnImage.ImageScanningConfigurationProperty- Specified by:
getImageScanningConfigurationin interfaceCfnImageProps- See Also:
-
getImageTestsConfiguration
Description copied from interface:CfnImagePropsThe image tests configuration of the image.Returns union: either
IResolvableorCfnImage.ImageTestsConfigurationProperty- Specified by:
getImageTestsConfigurationin interfaceCfnImageProps- See Also:
-
getInfrastructureConfigurationArn
Description copied from interface:CfnImagePropsThe Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.- Specified by:
getInfrastructureConfigurationArnin interfaceCfnImageProps- See Also:
-
getLoggingConfiguration
Description copied from interface:CfnImagePropsThe logging configuration that's defined for the image.Image Builder uses the defined settings to direct execution log output during image creation.
Returns union: either
IResolvableorCfnImage.ImageLoggingConfigurationProperty- Specified by:
getLoggingConfigurationin interfaceCfnImageProps- See Also:
-
getTags
Description copied from interface:CfnImagePropsThe tags of the image.- Specified by:
getTagsin interfaceCfnImageProps- See Also:
-
getWorkflows
Description copied from interface:CfnImagePropsContains an array of workflow configuration objects.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnImage.WorkflowConfigurationProperty>- Specified by:
getWorkflowsin interfaceCfnImageProps- 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()
-