Interface DatasyncLocationNfsOnPremConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatasyncLocationNfsOnPremConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.474Z") @Stability(Stable) public interface DatasyncLocationNfsOnPremConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatasyncLocationNfsOnPremConfig.BuilderA builder forDatasyncLocationNfsOnPremConfigstatic classDatasyncLocationNfsOnPremConfig.Jsii$ProxyAn implementation forDatasyncLocationNfsOnPremConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DatasyncLocationNfsOnPremConfig.Builderbuilder()List<String>getAgentArns()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_nfs#agent_arns DatasyncLocationNfs#agent_arns}.
-
-
-
Method Detail
-
getAgentArns
@Stability(Stable) @NotNull List<String> getAgentArns()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_nfs#agent_arns DatasyncLocationNfs#agent_arns}.
-
builder
@Stability(Stable) static DatasyncLocationNfsOnPremConfig.Builder builder()
-
-