interface LocationFSxWindowsReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DataSync.LocationFSxWindowsReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdatasync#LocationFSxWindowsReference |
Java | software.amazon.awscdk.interfaces.datasync.LocationFSxWindowsReference |
Python | aws_cdk.interfaces.aws_datasync.LocationFSxWindowsReference |
TypeScript | aws-cdk-lib » interfaces » aws_datasync » LocationFSxWindowsReference |
A reference to a LocationFSxWindows 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 locationFSxWindowsReference: interfaces_aws_datasync.LocationFSxWindowsReference = {
locationArn: 'locationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| location | string | The LocationArn of the LocationFSxWindows resource. |
locationArn
Type:
string
The LocationArn of the LocationFSxWindows resource.

.NET
Go
Java
Python
TypeScript