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