Class ConnectionCloudSqlArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConnectionCloudSqlArgs : ResourceArgs
Constructors
View SourceConnectionCloudSqlArgs()
Declaration
public ConnectionCloudSqlArgs()
Properties
View SourceCredential
Cloud SQL properties. Structure is documented below.
Declaration
public Input<ConnectionCloudSqlCredentialArgs> Credential { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ConnectionCloudSqlCredentialArgs> |
Database
Database name.
Declaration
public Input<string> Database { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Type
Type of the Cloud SQL database.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |