Class CfnRepositoryAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnRepositoryAssociationProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRepositoryAssociationProps
CfnRepositoryAssociationProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codegurureviewer.CfnRepositoryAssociationPropsCfnRepositoryAssociationProps.Builder, CfnRepositoryAssociationProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRepositoryAssociationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the bucket.final StringThe Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.final StringgetName()The name of the repository.final StringgetOwner()The owner of the repository.getTags()An array of key-value pairs used to tag an associated repository.final StringgetType()The type of repository that contains the source code to be reviewed.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnRepositoryAssociationProps.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnRepositoryAssociationPropsThe name of the repository.- Specified by:
- getNamein interface- CfnRepositoryAssociationProps
- See Also:
 
- 
getTypeDescription copied from interface:CfnRepositoryAssociationPropsThe type of repository that contains the source code to be reviewed. The valid values are:.- CodeCommit
- Bitbucket
- GitHubEnterpriseServer
- S3Bucket
 - Specified by:
- getTypein interface- CfnRepositoryAssociationProps
- See Also:
 
- 
getBucketNameDescription copied from interface:CfnRepositoryAssociationPropsThe name of the bucket.This is required for your S3Bucket repository. The name must start with the prefix codeguru-reviewer-*.- Specified by:
- getBucketNamein interface- CfnRepositoryAssociationProps
- See Also:
 
- 
getConnectionArnDescription copied from interface:CfnRepositoryAssociationPropsThe Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.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 .ConnectionArnmust be specified for Bitbucket and GitHub Enterprise Server repositories. It has no effect if it is specified for an AWS CodeCommit repository.- Specified by:
- getConnectionArnin interface- CfnRepositoryAssociationProps
- See Also:
 
- 
getOwnerDescription copied from interface:CfnRepositoryAssociationPropsThe owner of the repository.For a GitHub Enterprise Server or Bitbucket repository, this is the username for the account that owns the repository. Ownermust be specified for Bitbucket and GitHub Enterprise Server repositories. It has no effect if it is specified for an AWS CodeCommit repository.- Specified by:
- getOwnerin interface- CfnRepositoryAssociationProps
- See Also:
 
- 
getTagsDescription copied from interface:CfnRepositoryAssociationPropsAn array of key-value pairs used to tag an associated repository.A tag is a custom attribute label with two parts: - A tag key (for example, CostCenter,Environment,Project, orSecret). Tag keys are case sensitive.
- An optional field known as a tag value (for example, 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.
 - Specified by:
- getTagsin interface- CfnRepositoryAssociationProps
- See Also:
 
- A tag key (for example, 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-