Class CfnCodeRepositoryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnCodeRepositoryProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnCodeRepositoryProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCodeRepositoryProps
@Stability(Stable)
@Internal
public static final class CfnCodeRepositoryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeRepositoryProps
An implementation for 
CfnCodeRepositoryProps- 
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.sagemaker.CfnCodeRepositoryPropsCfnCodeRepositoryProps.Builder, CfnCodeRepositoryProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCodeRepositoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCodeRepositoryProps.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 StringThe name of the Git repository.final ObjectConfiguration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.getTags()List of tags for Code 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 theCfnCodeRepositoryProps.Builder.
 
- 
- 
Method Details- 
getGitConfigDescription copied from interface:CfnCodeRepositoryPropsConfiguration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.Returns union: either IResolvableorCfnCodeRepository.GitConfigProperty- Specified by:
- getGitConfigin interface- CfnCodeRepositoryProps
- See Also:
 
- 
getCodeRepositoryNameDescription copied from interface:CfnCodeRepositoryPropsThe name of the Git repository.- Specified by:
- getCodeRepositoryNamein interface- CfnCodeRepositoryProps
- See Also:
 
- 
getTagsDescription copied from interface:CfnCodeRepositoryPropsList of tags for Code Repository.- Specified by:
- getTagsin interface- CfnCodeRepositoryProps
- See Also:
 
- 
$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()
 
-