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
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 software.amazon.awscdk.services.datasync.*;
OnPremConfigProperty onPremConfigProperty = OnPremConfigProperty.builder()
.agentArns(List.of("agentArns"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLocationNFS.OnPremConfigPropertystatic final classAn implementation forCfnLocationNFS.OnPremConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentArns
ARNs of the agents to use for an NFS location. -
builder
-