Class ContainerDistribution.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.ContainerDistribution.Jsii$Proxy
- All Implemented Interfaces:
ContainerDistribution,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ContainerDistribution
@Stability(Experimental)
@Internal
public static final class ContainerDistribution.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ContainerDistribution
An implementation for
ContainerDistribution-
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.alpha.ContainerDistribution
ContainerDistribution.Builder, ContainerDistribution.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ContainerDistribution.Builder builder) Constructor that initializes the object based on literal property values passed by theContainerDistribution.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 booleanfinal String(experimental) The description of the container image.final Repository(experimental) The destination repository to distribute the output container to.(experimental) The additional tags to apply to the distributed container images.final String(experimental) The target region to distribute containers to.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 theContainerDistribution.Builder.
-
-
Method Details
-
getContainerRepository
Description copied from interface:ContainerDistribution(experimental) The destination repository to distribute the output container to.Default: The target repository in the container recipe is used
- Specified by:
getContainerRepositoryin interfaceContainerDistribution
-
getContainerDescription
Description copied from interface:ContainerDistribution(experimental) The description of the container image.Default: None
- Specified by:
getContainerDescriptionin interfaceContainerDistribution
-
getContainerTags
Description copied from interface:ContainerDistribution(experimental) The additional tags to apply to the distributed container images.Default: None
- Specified by:
getContainerTagsin interfaceContainerDistribution
-
getRegion
Description copied from interface:ContainerDistribution(experimental) The target region to distribute containers to.Default: The current region is used
- Specified by:
getRegionin interfaceContainerDistribution
-
$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()
-