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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnImagePipeline.EcrConfigurationProperty
CfnImagePipeline.EcrConfigurationProperty.Builder, CfnImagePipeline.EcrConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnImagePipeline.EcrConfigurationProperty.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 booleanTags for Image Builder to apply to the output container image that Amazon Inspector scans.final StringThe name of the container repository that Amazon Inspector scans to identify findings for your container images.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 theCfnImagePipeline.EcrConfigurationProperty.Builder.
-
-
Method Details
-
getContainerTags
Description copied from interface:CfnImagePipeline.EcrConfigurationPropertyTags 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:
getContainerTagsin interfaceCfnImagePipeline.EcrConfigurationProperty- See Also:
-
getRepositoryName
Description copied from interface:CfnImagePipeline.EcrConfigurationPropertyThe 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-repositoryfor vulnerability scans of your output container images.- Specified by:
getRepositoryNamein interfaceCfnImagePipeline.EcrConfigurationProperty- 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()
-