interface LocationFSxWindowsReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.LocationFSxWindowsReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#LocationFSxWindowsReference |
![]() | software.amazon.awscdk.services.datasync.LocationFSxWindowsReference |
![]() | aws_cdk.aws_datasync.LocationFSxWindowsReference |
![]() | aws-cdk-lib » 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 datasync } from 'aws-cdk-lib';
const locationFSxWindowsReference: 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.