Class ConnectionArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConnectionArgs : ResourceArgs
Constructors
View SourceConnectionArgs()
Declaration
public ConnectionArgs()
Properties
View SourceCloudSql
Cloud SQL properties. Structure is documented below.
Declaration
public Input<ConnectionCloudSqlArgs> CloudSql { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ConnectionCloudSqlArgs> |
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> |
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> |
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> |