interface OnPremConfigProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.CfnLocationNFS.OnPremConfigProperty |
![]() | software.amazon.awscdk.services.datasync.CfnLocationNFS.OnPremConfigProperty |
![]() | aws_cdk.aws_datasync.CfnLocationNFS.OnPremConfigProperty |
![]() | @aws-cdk/aws-datasync » CfnLocationNFS » OnPremConfigProperty |
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as datasync from '@aws-cdk/aws-datasync';
const onPremConfigProperty: datasync.CfnLocationNFS.OnPremConfigProperty = {
agentArns: ['agentArns'],
};
Properties
Name | Type | Description |
---|---|---|
agent | string[] | ARNs of the agents to use for an NFS location. |
agentArns
Type:
string[]
ARNs of the agents to use for an NFS location.