aws-cdk-lib.aws_datasync.CfnLocationNFS.OnPremConfigProperty

interface OnPremConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.DataSync.CfnLocationNFS.OnPremConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnLocationNFS_OnPremConfigProperty
Javasoftware.amazon.awscdk.services.datasync.CfnLocationNFS.OnPremConfigProperty
Pythonaws_cdk.aws_datasync.CfnLocationNFS.OnPremConfigProperty
TypeScript aws-cdk-lib » 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 { aws_datasync as datasync } from 'aws-cdk-lib';
const onPremConfigProperty: datasync.CfnLocationNFS.OnPremConfigProperty = {
  agentArns: ['agentArns'],
};

Properties

NameTypeDescription
agentArnsstring[]ARNs of the agents to use for an NFS location.

agentArns

Type: string[]

ARNs of the agents to use for an NFS location.