Show / Hide Table of Contents

Class ConnectionState

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectionState
Inherited Members
ResourceArgs.Empty
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 ConnectionState : ResourceArgs

Constructors

View Source

ConnectionState()

Declaration
public ConnectionState()

Properties

View Source

CloudSql

Cloud SQL properties. Structure is documented below.

Declaration
public Input<ConnectionCloudSqlGetArgs> CloudSql { get; set; }
Property Value
Type Description
Input<ConnectionCloudSqlGetArgs>
View Source

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>
View Source

Description

A descriptive description for the connection

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FriendlyName

A descriptive name for the connection

Declaration
public Input<string> FriendlyName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HasCredential

True if the connection has credential assigned.

Declaration
public Input<bool> HasCredential { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.