interface LocationFSxONTAPReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DataSync.LocationFSxONTAPReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdatasync#LocationFSxONTAPReference |
Java | software.amazon.awscdk.interfaces.datasync.LocationFSxONTAPReference |
Python | aws_cdk.interfaces.aws_datasync.LocationFSxONTAPReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_datasync } from 'aws-cdk-lib/interfaces';
const locationFSxONTAPReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript