public static interface CfnLocationNFS.OnPremConfigProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLocationNFS.OnPremConfigProperty.Builder
A builder for
CfnLocationNFS.OnPremConfigProperty |
static class |
CfnLocationNFS.OnPremConfigProperty.Jsii$Proxy
An implementation for
CfnLocationNFS.OnPremConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLocationNFS.OnPremConfigProperty.Builder |
builder() |
java.util.List<java.lang.String> |
getAgentArns()
ARNs of the agents to use for an NFS location.
|
java.util.List<java.lang.String> getAgentArns()
static CfnLocationNFS.OnPremConfigProperty.Builder builder()