Connection Profile Args
data class ConnectionProfileArgs(val alloydb: Output<AlloyDbConnectionProfileArgs>? = null, 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 oracle: Output<OracleConnectionProfileArgs>? = null, val postgresql: Output<PostgreSqlConnectionProfileArgs>? = null, val project: Output<String>? = null, val provider: Output<ConnectionProfileProvider>? = null, val requestId: Output<String>? = null, val skipValidation: Output<Boolean>? = null, val state: Output<ConnectionProfileState>? = null) : ConvertibleToJava<ConnectionProfileArgs>
Creates a new connection profile in a given project and location.
Constructors
Link copied to clipboard
fun ConnectionProfileArgs(alloydb: Output<AlloyDbConnectionProfileArgs>? = null, 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, oracle: Output<OracleConnectionProfileArgs>? = null, postgresql: Output<PostgreSqlConnectionProfileArgs>? = null, project: Output<String>? = null, provider: Output<ConnectionProfileProvider>? = null, requestId: Output<String>? = null, skipValidation: Output<Boolean>? = null, state: Output<ConnectionProfileState>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is 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.