Class CfnImage.EcrConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImage.EcrConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnImage.EcrConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImage.EcrConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnImage.EcrConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImage.EcrConfigurationProperty
An implementation for
CfnImage.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.CfnImage.EcrConfigurationProperty
CfnImage.EcrConfigurationProperty.Builder, CfnImage.EcrConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnImage.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 theCfnImage.EcrConfigurationProperty.Builder
.
-
-
Method Details
-
getContainerTags
Description copied from interface:CfnImage.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 interfaceCfnImage.EcrConfigurationProperty
- See Also:
-
getRepositoryName
Description copied from interface:CfnImage.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 interfaceCfnImage.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()
-