Class CfnRepositoryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codeartifact.CfnRepositoryProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnRepositoryProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRepositoryProps
@Stability(Stable)
@Internal
public static final class CfnRepositoryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRepositoryProps
An implementation for 
CfnRepositoryProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codeartifact.CfnRepositoryPropsCfnRepositoryProps.Builder, CfnRepositoryProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRepositoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRepositoryProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA text description of the repository.final StringThe name of the domain that contains the repository.final StringThe 12-digit account number of the AWS account that owns the domain that contains the repository.An array of external connections associated with the repository.final ObjectThe document that defines the resource policy that is set on a repository.final StringThe name of an upstream repository.getTags()A list of tags to be applied to the repository.A list of upstream repositories to associate with the repository.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnRepositoryProps.Builder.
 
- 
- 
Method Details- 
getDomainNameDescription copied from interface:CfnRepositoryPropsThe name of the domain that contains the repository.- Specified by:
- getDomainNamein interface- CfnRepositoryProps
 
- 
getRepositoryNameDescription copied from interface:CfnRepositoryPropsThe name of an upstream repository.- Specified by:
- getRepositoryNamein interface- CfnRepositoryProps
 
- 
getDescriptionDescription copied from interface:CfnRepositoryPropsA text description of the repository.- Specified by:
- getDescriptionin interface- CfnRepositoryProps
 
- 
getDomainOwnerDescription copied from interface:CfnRepositoryPropsThe 12-digit account number of the AWS account that owns the domain that contains the repository.It does not include dashes or spaces. - Specified by:
- getDomainOwnerin interface- CfnRepositoryProps
 
- 
getExternalConnectionsDescription copied from interface:CfnRepositoryPropsAn array of external connections associated with the repository.- Specified by:
- getExternalConnectionsin interface- CfnRepositoryProps
 
- 
getPermissionsPolicyDocumentDescription copied from interface:CfnRepositoryPropsThe document that defines the resource policy that is set on a repository.- Specified by:
- getPermissionsPolicyDocumentin interface- CfnRepositoryProps
 
- 
getTagsDescription copied from interface:CfnRepositoryPropsA list of tags to be applied to the repository.- Specified by:
- getTagsin interface- CfnRepositoryProps
 
- 
getUpstreamsDescription copied from interface:CfnRepositoryPropsA list of upstream repositories to associate with the repository.The 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 . - Specified by:
- getUpstreamsin interface- CfnRepositoryProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-