@Stability(value=Stable) @Internal public static final class CfnRepositoryAssociationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRepositoryAssociationProps
CfnRepositoryAssociationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnRepositoryAssociationProps.Builder, CfnRepositoryAssociationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRepositoryAssociationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRepositoryAssociationProps.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 |
getBucketName()
The name of the bucket.
|
String |
getConnectionArn()
The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
|
String |
getName()
The name of the repository.
|
String |
getOwner()
The owner of the repository.
|
List<CfnTag> |
getTags()
An array of key-value pairs used to tag an associated repository.
|
String |
getType()
The type of repository that contains the source code to be reviewed.
|
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(CfnRepositoryAssociationProps.Builder builder)
CfnRepositoryAssociationProps.Builder.public final String getName()
CfnRepositoryAssociationPropsgetName in interface CfnRepositoryAssociationPropspublic final String getType()
CfnRepositoryAssociationProps
CodeCommitBitbucketGitHubEnterpriseServerS3BucketgetType in interface CfnRepositoryAssociationPropspublic final String getBucketName()
CfnRepositoryAssociationProps
This is required for your S3Bucket repositoryThe name must start with the prefix, codeguru-reviewer-* .
getBucketName in interface CfnRepositoryAssociationPropspublic final String getConnectionArn()
CfnRepositoryAssociationProps
Its format is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id . For more information, see Connection in the AWS CodeStar Connections API Reference .
ConnectionArn must be specified for Bitbucket and GitHub Enterprise Server repositories. It has no effect if it is specified for an AWS CodeCommit repository.
getConnectionArn in interface CfnRepositoryAssociationPropspublic final String getOwner()
CfnRepositoryAssociationPropsFor a GitHub Enterprise Server or Bitbucket repository, this is the username for the account that owns the repository.
Owner must be specified for Bitbucket and GitHub Enterprise Server repositories. It has no effect if it is specified for an AWS CodeCommit repository.
getOwner in interface CfnRepositoryAssociationPropspublic final List<CfnTag> getTags()
CfnRepositoryAssociationPropsA tag is a custom attribute label with two parts:
CostCenter , Environment , Project , or Secret ). Tag keys are case sensitive.111122223333 , Production , or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case sensitive.getTags in interface CfnRepositoryAssociationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.