Class CfnCodeRepositoryPropsMixin.GitConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnCodeRepositoryPropsMixin.GitConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeRepositoryPropsMixin.GitConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeRepositoryPropsMixin.GitConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCodeRepositoryPropsMixin.GitConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeRepositoryPropsMixin.GitConfigProperty
An implementation for
CfnCodeRepositoryPropsMixin.GitConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnCodeRepositoryPropsMixin.GitConfigProperty
CfnCodeRepositoryPropsMixin.GitConfigProperty.Builder, CfnCodeRepositoryPropsMixin.GitConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeRepositoryPropsMixin.GitConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe default branch for the Git repository.final StringThe URL where the Git repository is located.final StringThe Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the git repository.final inthashCode()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 theCfnCodeRepositoryPropsMixin.GitConfigProperty.Builder.
-
-
Method Details
-
getBranch
Description copied from interface:CfnCodeRepositoryPropsMixin.GitConfigPropertyThe default branch for the Git repository.- Specified by:
getBranchin interfaceCfnCodeRepositoryPropsMixin.GitConfigProperty- See Also:
-
getRepositoryUrl
Description copied from interface:CfnCodeRepositoryPropsMixin.GitConfigPropertyThe URL where the Git repository is located.- Specified by:
getRepositoryUrlin interfaceCfnCodeRepositoryPropsMixin.GitConfigProperty- See Also:
-
getSecretArn
Description copied from interface:CfnCodeRepositoryPropsMixin.GitConfigPropertyThe 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
AWSCURRENTand must be in the following format:{"username": *UserName* , "password": *Password* }- Specified by:
getSecretArnin interfaceCfnCodeRepositoryPropsMixin.GitConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-