public static final class CfnImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnImageProps
CfnImageProps
CfnImageProps.Builder, CfnImageProps.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.String |
getContainerRecipeArn()
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
|
java.lang.String |
getDistributionConfigurationArn()
The Amazon Resource Name (ARN) of the distribution configuration.
|
java.lang.Object |
getEnhancedImageMetadataEnabled()
Indicates whether Image Builder collects additional information about the image, such as the operating system (OS) version and package list.
|
java.lang.String |
getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe.
|
java.lang.Object |
getImageScanningConfiguration()
`AWS::ImageBuilder::Image.ImageScanningConfiguration`.
|
java.lang.Object |
getImageTestsConfiguration()
The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.
|
java.lang.String |
getInfrastructureConfigurationArn()
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
The tags of the image.
|
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.String getInfrastructureConfigurationArn()
CfnImageProps
getInfrastructureConfigurationArn
in interface CfnImageProps
public final java.lang.String getContainerRecipeArn()
CfnImageProps
getContainerRecipeArn
in interface CfnImageProps
public final java.lang.String getDistributionConfigurationArn()
CfnImageProps
getDistributionConfigurationArn
in interface CfnImageProps
public final java.lang.Object getEnhancedImageMetadataEnabled()
CfnImageProps
getEnhancedImageMetadataEnabled
in interface CfnImageProps
public final java.lang.String getImageRecipeArn()
CfnImageProps
getImageRecipeArn
in interface CfnImageProps
public final java.lang.Object getImageScanningConfiguration()
CfnImageProps
getImageScanningConfiguration
in interface CfnImageProps
public final java.lang.Object getImageTestsConfiguration()
CfnImageProps
getImageTestsConfiguration
in interface CfnImageProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
CfnImageProps
getTags
in interface CfnImageProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()