GetConnectorPlainArgs

data class GetConnectorPlainArgs(val name: String, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetConnectorPlainArgs>

A collection of arguments for invoking getConnector.

Constructors

Link copied to clipboard
fun GetConnectorPlainArgs(name: String, project: String? = null, region: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetConnectorPlainArgs

Properties

Link copied to clipboard

Name of the resource.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val region: String? = null

The region in which the resource belongs. If it is not provided, the provider region is used.