interface LocationFSxONTAPReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.LocationFSxONTAPReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#LocationFSxONTAPReference |
![]() | software.amazon.awscdk.services.datasync.LocationFSxONTAPReference |
![]() | aws_cdk.aws_datasync.LocationFSxONTAPReference |
![]() | aws-cdk-lib » aws_datasync » LocationFSxONTAPReference |
A reference to a LocationFSxONTAP 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 locationFSxONTAPReference: datasync.LocationFSxONTAPReference = {
locationArn: 'locationArn',
};
Properties
Name | Type | Description |
---|---|---|
location | string | The LocationArn of the LocationFSxONTAP resource. |
locationArn
Type:
string
The LocationArn of the LocationFSxONTAP resource.