Show / Hide Table of Contents

Class ConnectionCloudSqlArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectionCloudSqlArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConnectionCloudSqlArgs : ResourceArgs

Constructors

View Source

ConnectionCloudSqlArgs()

Declaration
public ConnectionCloudSqlArgs()

Properties

View Source

Credential

Cloud SQL properties. Structure is documented below.

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

Database

Database name.

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

InstanceId

Cloud SQL instance ID in the form project:location:instance.

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

Type

Type of the Cloud SQL database.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.