interface DataRepositoryAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.FSx.DataRepositoryAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsfsx#DataRepositoryAssociationReference |
Java | software.amazon.awscdk.interfaces.fsx.DataRepositoryAssociationReference |
Python | aws_cdk.interfaces.aws_fsx.DataRepositoryAssociationReference |
TypeScript | aws-cdk-lib » interfaces » aws_fsx » DataRepositoryAssociationReference |
A reference to a DataRepositoryAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as interfaces_fsx } from 'aws-cdk-lib/interfaces';
const dataRepositoryAssociationReference: interfaces_fsx.DataRepositoryAssociationReference = {
associationId: 'associationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| association | string | The AssociationId of the DataRepositoryAssociation resource. |
associationId
Type:
string
The AssociationId of the DataRepositoryAssociation resource.

.NET
Go
Java
Python
TypeScript