interface LocationFSxLustreReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.LocationFSxLustreReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#LocationFSxLustreReference |
![]() | software.amazon.awscdk.services.datasync.LocationFSxLustreReference |
![]() | aws_cdk.aws_datasync.LocationFSxLustreReference |
![]() | aws-cdk-lib » aws_datasync » LocationFSxLustreReference |
A reference to a LocationFSxLustre resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datasync as datasync } from 'aws-cdk-lib';
const locationFSxLustreReference: datasync.LocationFSxLustreReference = {
locationArn: 'locationArn',
};
Properties
Name | Type | Description |
---|---|---|
location | string | The LocationArn of the LocationFSxLustre resource. |
locationArn
Type:
string
The LocationArn of the LocationFSxLustre resource.