@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) |
String |
getDescription()
A text description of the repository.
|
String |
getDomainName()
The name of the domain that contains the repository.
|
String |
getDomainOwner()
The 12-digit account number of the AWS account that owns the domain that contains the repository.
|
List<String> |
getExternalConnections()
An array of external connections associated with the repository.
|
Object |
getPermissionsPolicyDocument()
The document that defines the resource policy that is set on a repository.
|
String |
getRepositoryName()
The name of an upstream repository.
|
List<CfnTag> |
getTags()
A list of tags to be applied to the repository.
|
List<String> |
getUpstreams()
A list of upstream repositories to associate with the repository.
|
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 String getDomainName()
CfnRepositoryPropsgetDomainName in interface CfnRepositoryPropspublic final String getRepositoryName()
CfnRepositoryPropsgetRepositoryName in interface CfnRepositoryPropspublic final String getDescription()
CfnRepositoryPropsgetDescription in interface CfnRepositoryPropspublic final String getDomainOwner()
CfnRepositoryPropsIt does not include dashes or spaces.
getDomainOwner in interface CfnRepositoryPropspublic final List<String> getExternalConnections()
CfnRepositoryPropsgetExternalConnections in interface CfnRepositoryPropspublic final Object getPermissionsPolicyDocument()
CfnRepositoryPropsgetPermissionsPolicyDocument in interface CfnRepositoryPropspublic final List<CfnTag> getTags()
CfnRepositoryPropsgetTags in interface CfnRepositoryPropspublic final List<String> getUpstreams()
CfnRepositoryPropsThe order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories .
getUpstreams in interface CfnRepositoryProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.