Interface DataFusionInstanceNetworkConfigPrivateServiceConnectConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataFusionInstanceNetworkConfigPrivateServiceConnectConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.370Z") @Stability(Stable) public interface DataFusionInstanceNetworkConfigPrivateServiceConnectConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataFusionInstanceNetworkConfigPrivateServiceConnectConfig.Builderstatic classDataFusionInstanceNetworkConfigPrivateServiceConnectConfig.Jsii$ProxyAn implementation forDataFusionInstanceNetworkConfigPrivateServiceConnectConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataFusionInstanceNetworkConfigPrivateServiceConnectConfig.Builderbuilder()default StringgetNetworkAttachment()Optional.default StringgetUnreachableCidrBlock()Optional.
-
-
-
Method Detail
-
getNetworkAttachment
@Stability(Stable) @Nullable default String getNetworkAttachment()
Optional.The reference to the network attachment used to establish private connectivity. It will be of the form projects/{project-id}/regions/{region}/networkAttachments/{network-attachment-id}. This is required only when using connection type PRIVATE_SERVICE_CONNECT_INTERFACES. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_fusion_instance#network_attachment DataFusionInstance#network_attachment}
-
getUnreachableCidrBlock
@Stability(Stable) @Nullable default String getUnreachableCidrBlock()
Optional.Input only. The CIDR block to which the CDF instance can't route traffic to in the consumer project VPC. The size of this block should be at least /25. This range should not overlap with the primary address range of any subnetwork used by the network attachment. This range can be used for other purposes in the consumer VPC as long as there is no requirement for CDF to reach destinations using these addresses. If this value is not provided, the server chooses a non RFC 1918 address range. The format of this field is governed by RFC 4632. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_fusion_instance#unreachable_cidr_block DataFusionInstance#unreachable_cidr_block}
-
builder
@Stability(Stable) static DataFusionInstanceNetworkConfigPrivateServiceConnectConfig.Builder builder()
-
-