@Stability(value=Stable) @Internal public static final class CfnPublicRepositoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPublicRepositoryProps
CfnPublicRepositoryPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnPublicRepositoryProps.Builder, CfnPublicRepositoryProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPublicRepositoryProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPublicRepositoryProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getRepositoryCatalogData()
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
|
String |
getRepositoryName()
The name to use for the public repository.
|
Object |
getRepositoryPolicyText()
The JSON repository policy text to apply to the public repository.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPublicRepositoryProps.Builder builder)
CfnPublicRepositoryProps.Builder.public final Object getRepositoryCatalogData()
CfnPublicRepositoryPropsFor more information, see Amazon ECR Public repository catalog data in the Amazon ECR Public User Guide .
getRepositoryCatalogData in interface CfnPublicRepositoryPropspublic final String getRepositoryName()
CfnPublicRepositoryProps
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 as project-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.
getRepositoryName in interface CfnPublicRepositoryPropspublic final Object getRepositoryPolicyText()
CfnPublicRepositoryPropsFor more information, see Amazon ECR Public repository policies in the Amazon ECR Public User Guide .
getRepositoryPolicyText in interface CfnPublicRepositoryPropspublic final List<CfnTag> getTags()
CfnPublicRepositoryPropsgetTags in interface CfnPublicRepositoryProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.