@Stability(value=Stable) @Internal public static final class CfnCodeRepository.GitConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCodeRepository.GitConfigProperty
CfnCodeRepository.GitConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCodeRepository.GitConfigProperty.Builder, CfnCodeRepository.GitConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCodeRepository.GitConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCodeRepository.GitConfigProperty.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 |
getBranch()
The default branch for the Git repository.
|
String |
getRepositoryUrl()
The URL where the Git repository is located.
|
String |
getSecretArn()
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the git 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(CfnCodeRepository.GitConfigProperty.Builder builder)
CfnCodeRepository.GitConfigProperty.Builder.public final String getRepositoryUrl()
CfnCodeRepository.GitConfigPropertygetRepositoryUrl in interface CfnCodeRepository.GitConfigPropertypublic final String getBranch()
CfnCodeRepository.GitConfigPropertygetBranch in interface CfnCodeRepository.GitConfigPropertypublic final String getSecretArn()
CfnCodeRepository.GitConfigProperty
The secret must have a staging label of AWSCURRENT and must be in the following format:
{"username": *UserName* , "password": *Password* }
getSecretArn in interface CfnCodeRepository.GitConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.