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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnImage.EcrConfigurationProperty
CfnImage.EcrConfigurationProperty.Builder, CfnImage.EcrConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnImage.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 theCfnImage.EcrConfigurationProperty.Builder.
-
-
Method Details
-
getContainerTags
Description copied from interface:CfnImage.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 interfaceCfnImage.EcrConfigurationProperty- See Also:
-
getRepositoryName
Description copied from interface:CfnImage.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 interfaceCfnImage.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()
-