Interface DatastreamPrivateConnectionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DatastreamPrivateConnectionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.845Z") @Stability(Stable) public interface DatastreamPrivateConnectionConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamPrivateConnectionConfig.BuilderA builder forDatastreamPrivateConnectionConfigstatic classDatastreamPrivateConnectionConfig.Jsii$ProxyAn implementation forDatastreamPrivateConnectionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatastreamPrivateConnectionConfig.Builderbuilder()default ObjectgetCreateWithoutValidation()If set to true, will skip validations.StringgetDisplayName()Display name.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#id DatastreamPrivateConnection#id}.default Map<String,String>getLabels()Labels.StringgetLocation()The name of the location this private connection is located in.StringgetPrivateConnectionId()The private connectivity identifier.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#project DatastreamPrivateConnection#project}.default DatastreamPrivateConnectionTimeoutsgetTimeouts()timeouts block.DatastreamPrivateConnectionVpcPeeringConfiggetVpcPeeringConfig()vpc_peering_config block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
Display name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#display_name DatastreamPrivateConnection#display_name}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The name of the location this private connection is located in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#location DatastreamPrivateConnection#location}
-
getPrivateConnectionId
@Stability(Stable) @NotNull String getPrivateConnectionId()
The private connectivity identifier.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#private_connection_id DatastreamPrivateConnection#private_connection_id}
-
getVpcPeeringConfig
@Stability(Stable) @NotNull DatastreamPrivateConnectionVpcPeeringConfig getVpcPeeringConfig()
vpc_peering_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#vpc_peering_config DatastreamPrivateConnection#vpc_peering_config}
-
getCreateWithoutValidation
@Stability(Stable) @Nullable default Object getCreateWithoutValidation()
If set to true, will skip validations.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#create_without_validation DatastreamPrivateConnection#create_without_validation}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#id DatastreamPrivateConnection#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#labels DatastreamPrivateConnection#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#project DatastreamPrivateConnection#project}.
-
getTimeouts
@Stability(Stable) @Nullable default DatastreamPrivateConnectionTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_private_connection#timeouts DatastreamPrivateConnection#timeouts}
-
builder
@Stability(Stable) static DatastreamPrivateConnectionConfig.Builder builder()
-
-