@Stability(value=Stable) @Internal public static final class CfnGitHubRepositoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGitHubRepositoryProps
CfnGitHubRepositoryPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnGitHubRepositoryProps.Builder, CfnGitHubRepositoryProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnGitHubRepositoryProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnGitHubRepositoryProps.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) |
Object |
getCode()
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
String |
getConnectionArn()
`AWS::CodeStar::GitHubRepository.ConnectionArn`.
|
Object |
getEnableIssues()
Indicates whether to enable issues for the GitHub repository.
|
Object |
getIsPrivate()
Indicates whether the GitHub repository is a private repository.
|
String |
getRepositoryAccessToken()
The GitHub user's personal access token for the GitHub repository.
|
String |
getRepositoryDescription()
A comment or description about the new repository.
|
String |
getRepositoryName()
The name of the repository you want to create in GitHub with AWS CloudFormation stack creation.
|
String |
getRepositoryOwner()
The GitHub user name for the owner of the GitHub repository to be created.
|
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(CfnGitHubRepositoryProps.Builder builder)
CfnGitHubRepositoryProps.Builder.public final String getRepositoryName()
CfnGitHubRepositoryPropsgetRepositoryName in interface CfnGitHubRepositoryPropspublic final String getRepositoryOwner()
CfnGitHubRepositoryPropsIf this repository should be owned by a GitHub organization, provide its name.
getRepositoryOwner in interface CfnGitHubRepositoryPropspublic final Object getCode()
CfnGitHubRepositoryPropsgetCode in interface CfnGitHubRepositoryPropspublic final String getConnectionArn()
CfnGitHubRepositoryPropsgetConnectionArn in interface CfnGitHubRepositoryPropspublic final Object getEnableIssues()
CfnGitHubRepositoryPropsYou can use GitHub issues to track information and bugs for your repository.
getEnableIssues in interface CfnGitHubRepositoryPropspublic final Object getIsPrivate()
CfnGitHubRepositoryPropsIf so, you choose who can see and commit to this repository.
getIsPrivate in interface CfnGitHubRepositoryPropspublic final String getRepositoryAccessToken()
CfnGitHubRepositoryPropsgetRepositoryAccessToken in interface CfnGitHubRepositoryPropspublic final String getRepositoryDescription()
CfnGitHubRepositoryPropsThis description is displayed in GitHub after the repository is created.
getRepositoryDescription in interface CfnGitHubRepositoryProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.