Interface IntegrationConnectorsConnectionDestinationConfigDestination
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationConnectorsConnectionDestinationConfigDestination.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.722Z") @Stability(Stable) public interface IntegrationConnectorsConnectionDestinationConfigDestination extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsConnectionDestinationConfigDestination.Builderstatic classIntegrationConnectorsConnectionDestinationConfigDestination.Jsii$ProxyAn implementation forIntegrationConnectorsConnectionDestinationConfigDestination
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationConnectorsConnectionDestinationConfigDestination.Builderbuilder()default StringgetHost()For publicly routable host.default NumbergetPort()The port is the target port number that is accepted by the destination.default StringgetServiceAttachment()PSC service attachments.
-
-
-
Method Detail
-
getHost
@Stability(Stable) @Nullable default String getHost()
For publicly routable host.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#host IntegrationConnectorsConnection#host}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
The port is the target port number that is accepted by the destination.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#port IntegrationConnectorsConnection#port}
-
getServiceAttachment
@Stability(Stable) @Nullable default String getServiceAttachment()
PSC service attachments. Format: projects/* /regions/* /serviceAttachments/*.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#service_attachment IntegrationConnectorsConnection#service_attachment} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
builder
@Stability(Stable) static IntegrationConnectorsConnectionDestinationConfigDestination.Builder builder()
-
-