public static final class CfnCodeRepositoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCodeRepositoryProps
CfnCodeRepositoryProps
CfnCodeRepositoryProps.Builder, CfnCodeRepositoryProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getCodeRepositoryName()
The name of the Git repository.
|
java.lang.Object |
getGitConfig()
Configuration 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.
|
java.util.List<CfnTag> |
getTags()
List of tags for Code Repository.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getGitConfig()
CfnCodeRepositoryProps
getGitConfig
in interface CfnCodeRepositoryProps
public final java.lang.String getCodeRepositoryName()
CfnCodeRepositoryProps
getCodeRepositoryName
in interface CfnCodeRepositoryProps
public final java.util.List<CfnTag> getTags()
CfnCodeRepositoryProps
getTags
in interface CfnCodeRepositoryProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()