Class CfnImagePipeline.EcrConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImagePipeline.EcrConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnImagePipeline.EcrConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImagePipeline.EcrConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnImagePipeline.EcrConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImagePipeline.EcrConfigurationProperty
An implementation for
CfnImagePipeline.EcrConfigurationProperty
-
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.CfnImagePipeline.EcrConfigurationProperty
CfnImagePipeline.EcrConfigurationProperty.Builder, CfnImagePipeline.EcrConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnImagePipeline.EcrConfigurationProperty.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
Tags for Image Builder to apply to the output container image that Amazon Inspector scans.final String
The name of the container repository that Amazon Inspector scans to identify findings for your container images.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 theCfnImagePipeline.EcrConfigurationProperty.Builder
.
-
-
Method Details
-
getContainerTags
Description copied from interface:CfnImagePipeline.EcrConfigurationProperty
Tags for Image Builder to apply to the output container image that Amazon Inspector scans.Tags can help you identify and manage your scanned images.
- Specified by:
getContainerTags
in interfaceCfnImagePipeline.EcrConfigurationProperty
- See Also:
-
getRepositoryName
Description copied from interface:CfnImagePipeline.EcrConfigurationProperty
The name of the container repository that Amazon Inspector scans to identify findings for your container images.The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named
image-builder-image-scanning-repository
for vulnerability scans of your output container images.- Specified by:
getRepositoryName
in interfaceCfnImagePipeline.EcrConfigurationProperty
- 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()
-