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