Class ConnectionState
Inherited Members
Namespace: Pulumi.Gcp.BigQuery
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConnectionState : ResourceArgs
Constructors
View SourceConnectionState()
Declaration
public ConnectionState()
Properties
View SourceCloudSql
Cloud SQL properties. Structure is documented below.
Declaration
public Input<ConnectionCloudSqlGetArgs> CloudSql { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ConnectionCloudSqlGetArgs> |
ConnectionId
Optional connection id that should be assigned to the created connection.
Declaration
public Input<string> ConnectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A descriptive description for the connection
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FriendlyName
A descriptive name for the connection
Declaration
public Input<string> FriendlyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HasCredential
True if the connection has credential assigned.
Declaration
public Input<bool> HasCredential { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Location
The geographic location where the connection should reside. Cloud SQL instance must be in the same location as the connection with following exceptions: Cloud SQL us-central1 maps to BigQuery US, Cloud SQL europe-west1 maps to BigQuery EU. Examples: US, EU, asia-northeast1, us-central1, europe-west1. The default value is US.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The resource name of the connection in the form of: "projects/{project_id}/locations/{location_id}/connections/{connectionId}"
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |