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

.NET
Go
Java
Python
TypeScript