Interface IntegrationConnectorsConnectionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
IntegrationConnectorsConnectionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.718Z") @Stability(Stable) public interface IntegrationConnectorsConnectionConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsConnectionConfig.BuilderA builder forIntegrationConnectorsConnectionConfigstatic classIntegrationConnectorsConnectionConfig.Jsii$ProxyAn implementation forIntegrationConnectorsConnectionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IntegrationConnectorsConnectionConfig.Builderbuilder()default IntegrationConnectorsConnectionAuthConfiggetAuthConfig()auth_config block.default ObjectgetConfigVariable()config_variable block.StringgetConnectorVersion()connectorVersion of the Connector.default StringgetDescription()An arbitrary description for the Conection.default ObjectgetDestinationConfig()destination_config block.default IntegrationConnectorsConnectionEventingConfiggetEventingConfig()eventing_config block.default StringgetEventingEnablementType()Eventing enablement type.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#id IntegrationConnectorsConnection#id}.default Map<String,String>getLabels()Resource labels to represent user provided metadata.StringgetLocation()Location in which Connection needs to be created.default IntegrationConnectorsConnectionLockConfiggetLockConfig()lock_config block.default IntegrationConnectorsConnectionLogConfiggetLogConfig()log_config block.StringgetName()Name of Connection needs to be created.default IntegrationConnectorsConnectionNodeConfiggetNodeConfig()node_config block.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#project IntegrationConnectorsConnection#project}.default StringgetServiceAccount()Service account needed for runtime plane to access Google Cloud resources.default IntegrationConnectorsConnectionSslConfiggetSslConfig()ssl_config block.default ObjectgetSuspended()Suspended indicates if a user has suspended a connection or not.default IntegrationConnectorsConnectionTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getConnectorVersion
@Stability(Stable) @NotNull String getConnectorVersion()
connectorVersion of the Connector.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#connector_version IntegrationConnectorsConnection#connector_version}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Location in which Connection needs to be created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#location IntegrationConnectorsConnection#location}
-
getName
@Stability(Stable) @NotNull String getName()
Name of Connection needs to be created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#name IntegrationConnectorsConnection#name}
-
getAuthConfig
@Stability(Stable) @Nullable default IntegrationConnectorsConnectionAuthConfig getAuthConfig()
auth_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#auth_config IntegrationConnectorsConnection#auth_config}
-
getConfigVariable
@Stability(Stable) @Nullable default Object getConfigVariable()
config_variable block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#config_variable IntegrationConnectorsConnection#config_variable}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An arbitrary description for the Conection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#description IntegrationConnectorsConnection#description}
-
getDestinationConfig
@Stability(Stable) @Nullable default Object getDestinationConfig()
destination_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#destination_config IntegrationConnectorsConnection#destination_config}
-
getEventingConfig
@Stability(Stable) @Nullable default IntegrationConnectorsConnectionEventingConfig getEventingConfig()
eventing_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#eventing_config IntegrationConnectorsConnection#eventing_config}
-
getEventingEnablementType
@Stability(Stable) @Nullable default String getEventingEnablementType()
Eventing enablement type. Will be nil if eventing is not enabled. Possible values: ["EVENTING_AND_CONNECTION", "ONLY_EVENTING"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#eventing_enablement_type IntegrationConnectorsConnection#eventing_enablement_type}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#id IntegrationConnectorsConnection#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()
Resource labels to represent user provided metadata.**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/integration_connectors_connection#labels IntegrationConnectorsConnection#labels}
-
getLockConfig
@Stability(Stable) @Nullable default IntegrationConnectorsConnectionLockConfig getLockConfig()
lock_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#lock_config IntegrationConnectorsConnection#lock_config}
-
getLogConfig
@Stability(Stable) @Nullable default IntegrationConnectorsConnectionLogConfig getLogConfig()
log_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#log_config IntegrationConnectorsConnection#log_config}
-
getNodeConfig
@Stability(Stable) @Nullable default IntegrationConnectorsConnectionNodeConfig getNodeConfig()
node_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#node_config IntegrationConnectorsConnection#node_config}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#project IntegrationConnectorsConnection#project}.
-
getServiceAccount
@Stability(Stable) @Nullable default String getServiceAccount()
Service account needed for runtime plane to access Google Cloud resources.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#service_account IntegrationConnectorsConnection#service_account}
-
getSslConfig
@Stability(Stable) @Nullable default IntegrationConnectorsConnectionSslConfig getSslConfig()
ssl_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#ssl_config IntegrationConnectorsConnection#ssl_config}
-
getSuspended
@Stability(Stable) @Nullable default Object getSuspended()
Suspended indicates if a user has suspended a connection or not.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#suspended IntegrationConnectorsConnection#suspended}
-
getTimeouts
@Stability(Stable) @Nullable default IntegrationConnectorsConnectionTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#timeouts IntegrationConnectorsConnection#timeouts}
-
builder
@Stability(Stable) static IntegrationConnectorsConnectionConfig.Builder builder()
-
-