interface RepositoryAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodeGuruReviewer.RepositoryAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodegurureviewer#RepositoryAssociationReference |
Java | software.amazon.awscdk.services.codegurureviewer.RepositoryAssociationReference |
Python | aws_cdk.aws_codegurureviewer.RepositoryAssociationReference |
TypeScript | aws-cdk-lib » aws_codegurureviewer » RepositoryAssociationReference |
A reference to a RepositoryAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codegurureviewer as codegurureviewer } from 'aws-cdk-lib';
const repositoryAssociationReference: codegurureviewer.RepositoryAssociationReference = {
associationArn: 'associationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| association | string | The AssociationArn of the RepositoryAssociation resource. |
associationArn
Type:
string
The AssociationArn of the RepositoryAssociation resource.

.NET
Go
Java
Python
TypeScript