Interface CfnLocationNFS.OnPremConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLocationNFS.OnPremConfigProperty.Jsii$Proxy
- Enclosing class:
CfnLocationNFS
@Stability(Stable)
public static interface CfnLocationNFS.OnPremConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.datasync.*; OnPremConfigProperty onPremConfigProperty = OnPremConfigProperty.builder() .agentArns(List.of("agentArns")) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnLocationNFS.OnPremConfigProperty
static final class
An implementation forCfnLocationNFS.OnPremConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentArns
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 .
- See Also:
-
builder
-