interface OnPremConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataSync.Mixins.CfnLocationNFSPropsMixin.OnPremConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatasync/mixins#CfnLocationNFSPropsMixin_OnPremConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.datasync.mixins.CfnLocationNFSPropsMixin.OnPremConfigProperty |
Python | aws_cdk.mixins_preview.aws_datasync.mixins.CfnLocationNFSPropsMixin.OnPremConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datasync » mixins » CfnLocationNFSPropsMixin » OnPremConfigProperty |
The AWS DataSync agents that can connect to your Network File System (NFS) file server.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as datasync_mixins } from '@aws-cdk/mixins-preview/aws-datasync';
const onPremConfigProperty: datasync_mixins.CfnLocationNFSPropsMixin.OnPremConfigProperty = {
agentArns: ['agentArns'],
};
Properties
| Name | Type | Description |
|---|---|---|
| agent | string[] | The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server. |
agentArns?
Type:
string[]
(optional)
The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.
You can specify more than one agent. For more information, see Using multiple DataSync agents .

.NET
Go
Java
Python
TypeScript