@Stability(value=Stable) @Internal public static final class CfnRepositoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRepositoryProps
CfnRepositoryPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnRepositoryProps.Builder, CfnRepositoryProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRepositoryProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRepositoryProps.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 |
getEncryptionConfiguration()
The encryption configuration for the repository.
|
Object |
getImageScanningConfiguration()
The image scanning configuration for the repository.
|
String |
getImageTagMutability()
The tag mutability setting for the repository.
|
Object |
getLifecyclePolicy()
Creates or updates a lifecycle policy.
|
String |
getRepositoryName()
The name to use for the repository.
|
Object |
getRepositoryPolicyText()
The JSON repository policy text to apply to the 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(CfnRepositoryProps.Builder builder)
CfnRepositoryProps.Builder.public final Object getEncryptionConfiguration()
CfnRepositoryPropsThis determines how the contents of your repository are encrypted at rest.
getEncryptionConfiguration in interface CfnRepositoryPropspublic final Object getImageScanningConfiguration()
CfnRepositoryPropsThis determines whether images are scanned for known vulnerabilities after being pushed to the repository.
getImageScanningConfiguration in interface CfnRepositoryPropspublic final String getImageTagMutability()
CfnRepositoryProps
If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
getImageTagMutability in interface CfnRepositoryPropspublic final Object getLifecyclePolicy()
CfnRepositoryPropsFor information about lifecycle policy syntax, see Lifecycle policy template .
getLifecyclePolicy in interface CfnRepositoryPropspublic final String getRepositoryName()
CfnRepositoryProps
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 CfnRepositoryPropspublic final Object getRepositoryPolicyText()
CfnRepositoryPropsFor more information, see Amazon ECR repository policies in the Amazon Elastic Container Registry User Guide .
getRepositoryPolicyText in interface CfnRepositoryPropspublic final List<CfnTag> getTags()
CfnRepositoryPropsgetTags in interface CfnRepositoryProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.