Class CfnPublicRepositoryMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPublicRepositoryMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPublicRepositoryMixinProps
CfnPublicRepositoryMixinProps-
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.cfnpropertymixins.services.ecr.CfnPublicRepositoryMixinProps
CfnPublicRepositoryMixinProps.Builder, CfnPublicRepositoryMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPublicRepositoryMixinProps.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 ObjectThe details about the repository that are publicly visible in the Amazon ECR Public Gallery.final StringThe name to use for the public repository.final ObjectThe JSON repository policy text to apply to the public repository.getTags()An array of key-value pairs to apply to this resource.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 theCfnPublicRepositoryMixinProps.Builder.
-
-
Method Details
-
getRepositoryCatalogData
Description copied from interface:CfnPublicRepositoryMixinPropsThe details about the repository that are publicly visible in the Amazon ECR Public Gallery.For more information, see Amazon ECR Public repository catalog data in the Amazon ECR Public User Guide .
- Specified by:
getRepositoryCatalogDatain interfaceCfnPublicRepositoryMixinProps- See Also:
-
getRepositoryName
Description copied from interface:CfnPublicRepositoryMixinPropsThe name to use for the public repository.The repository name may be specified on its own (such as
nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such asproject-a/nginx-web-app). If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the repository name. For more information, see Name Type .If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
- Specified by:
getRepositoryNamein interfaceCfnPublicRepositoryMixinProps- See Also:
-
getRepositoryPolicyText
Description copied from interface:CfnPublicRepositoryMixinPropsThe JSON repository policy text to apply to the public repository.For more information, see Amazon ECR Public repository policies in the Amazon ECR Public User Guide .
- Specified by:
getRepositoryPolicyTextin interfaceCfnPublicRepositoryMixinProps- See Also:
-
getTags
Description copied from interface:CfnPublicRepositoryMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnPublicRepositoryMixinProps- 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()
-