Connection Profile Args
data class ConnectionProfileArgs(val cloudsql: Output<CloudSqlConnectionProfileArgs>? = null, val connectionProfileId: Output<String>? = null, val displayName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val mysql: Output<MySqlConnectionProfileArgs>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val provider: Output<ConnectionProfileProvider>? = null, val requestId: Output<String>? = null, val state: Output<ConnectionProfileState>? = null) : ConvertibleToJava<ConnectionProfileArgs>
Creates a new connection profile in a given project and location.
Constructors
Link copied to clipboard
constructor(cloudsql: Output<CloudSqlConnectionProfileArgs>? = null, connectionProfileId: Output<String>? = null, displayName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, mysql: Output<MySqlConnectionProfileArgs>? = null, name: Output<String>? = null, project: Output<String>? = null, provider: Output<ConnectionProfileProvider>? = null, requestId: Output<String>? = null, state: Output<ConnectionProfileState>? = null)
Properties
Link copied to clipboard
A CloudSQL database connection profile.
Link copied to clipboard
Required. The connection profile identifier.
Link copied to clipboard
The connection profile display name.
Link copied to clipboard
Link copied to clipboard
A MySQL database connection profile.
Link copied to clipboard
The database provider.
Link copied to clipboard
A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
Link copied to clipboard
The current connection profile state (e.g. DRAFT, READY, or FAILED).