interface DataRepositoryAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.DataRepositoryAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#DataRepositoryAssociationReference |
![]() | software.amazon.awscdk.services.fsx.DataRepositoryAssociationReference |
![]() | aws_cdk.aws_fsx.DataRepositoryAssociationReference |
![]() | aws-cdk-lib » 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 fsx } from 'aws-cdk-lib';
const dataRepositoryAssociationReference: 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.