Interface DatastreamPrivateConnectionVpcPeeringConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamPrivateConnectionVpcPeeringConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.846Z") @Stability(Stable) public interface DatastreamPrivateConnectionVpcPeeringConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamPrivateConnectionVpcPeeringConfig.BuilderA builder forDatastreamPrivateConnectionVpcPeeringConfigstatic classDatastreamPrivateConnectionVpcPeeringConfig.Jsii$ProxyAn implementation forDatastreamPrivateConnectionVpcPeeringConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DatastreamPrivateConnectionVpcPeeringConfig.Builderbuilder()StringgetSubnet()A free subnet for peering.StringgetVpc()Fully qualified name of the VPC that Datastream will peer to.
-
-
-
Method Detail
-
getSubnet
@Stability(Stable) @NotNull String getSubnet()
A free subnet for peering. (CIDR of /29).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#subnet DatastreamPrivateConnection#subnet}
-
getVpc
@Stability(Stable) @NotNull String getVpc()
Fully qualified name of the VPC that Datastream will peer to. Format: projects/{project}/global/{networks}/{name}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#vpc DatastreamPrivateConnection#vpc}
-
builder
@Stability(Stable) static DatastreamPrivateConnectionVpcPeeringConfig.Builder builder()
-
-