interface IRepositoryAssociationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodeGuruReviewer.IRepositoryAssociationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodegurureviewer#IRepositoryAssociationRef |
Java | software.amazon.awscdk.services.codegurureviewer.IRepositoryAssociationRef |
Python | aws_cdk.aws_codegurureviewer.IRepositoryAssociationRef |
TypeScript | aws-cdk-lib » aws_codegurureviewer » IRepositoryAssociationRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a RepositoryAssociation.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| repository | Repository | A reference to a RepositoryAssociation resource. |
node
Type:
Node
The tree node.
repositoryAssociationRef
Type:
Repository
A reference to a RepositoryAssociation resource.

.NET
Go
Java
Python
TypeScript