Class CfnCodeRepository.GitConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnCodeRepository.GitConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeRepository.GitConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeRepository.GitConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCodeRepository.GitConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeRepository.GitConfigProperty
An implementation for
CfnCodeRepository.GitConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnCodeRepository.GitConfigProperty
CfnCodeRepository.GitConfigProperty.Builder, CfnCodeRepository.GitConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCodeRepository.GitConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The default branch for the Git repository.final String
The URL where the Git repository is located.final String
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the git repository.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCodeRepository.GitConfigProperty.Builder
.
-
-
Method Details
-
getRepositoryUrl
Description copied from interface:CfnCodeRepository.GitConfigProperty
The URL where the Git repository is located.- Specified by:
getRepositoryUrl
in interfaceCfnCodeRepository.GitConfigProperty
- See Also:
-
getBranch
Description copied from interface:CfnCodeRepository.GitConfigProperty
The default branch for the Git repository.- Specified by:
getBranch
in interfaceCfnCodeRepository.GitConfigProperty
- See Also:
-
getSecretArn
Description copied from interface:CfnCodeRepository.GitConfigProperty
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the git repository.The secret must have a staging label of
AWSCURRENT
and must be in the following format:{"username": *UserName* , "password": *Password* }
- Specified by:
getSecretArn
in interfaceCfnCodeRepository.GitConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-