Package-level declarations

Types

Link copied to clipboard
class Connection : KotlinCustomResource

An Integration connectors Connection. To get more information about Connection, see:

Link copied to clipboard
data class ConnectionArgs(val authConfig: Output<ConnectionAuthConfigArgs>? = null, val configVariables: Output<List<ConnectionConfigVariableArgs>>? = null, val connectorVersion: Output<String>? = null, val description: Output<String>? = null, val destinationConfigs: Output<List<ConnectionDestinationConfigArgs>>? = null, val eventingConfig: Output<ConnectionEventingConfigArgs>? = null, val eventingEnablementType: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val lockConfig: Output<ConnectionLockConfigArgs>? = null, val logConfig: Output<ConnectionLogConfigArgs>? = null, val name: Output<String>? = null, val nodeConfig: Output<ConnectionNodeConfigArgs>? = null, val project: Output<String>? = null, val serviceAccount: Output<String>? = null, val sslConfig: Output<ConnectionSslConfigArgs>? = null, val suspended: Output<Boolean>? = null) : ConvertibleToJava<ConnectionArgs>

An Integration connectors Connection. To get more information about Connection, see:

Link copied to clipboard
Link copied to clipboard
object ConnectionMapper : ResourceMapper<Connection>
Link copied to clipboard
Link copied to clipboard
class EndpointAttachment : KotlinCustomResource

An Integration connectors Endpoint Attachment. To get more information about EndpointAttachment, see:

Link copied to clipboard
data class EndpointAttachmentArgs(val description: Output<String>? = null, val endpointGlobalAccess: Output<Boolean>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val serviceAttachment: Output<String>? = null) : ConvertibleToJava<EndpointAttachmentArgs>

An Integration connectors Endpoint Attachment. To get more information about EndpointAttachment, see:

Link copied to clipboard
Link copied to clipboard
class ManagedZone : KotlinCustomResource

An Integration connectors Managed Zone. To get more information about ManagedZone, see:

Link copied to clipboard
data class ManagedZoneArgs(val description: Output<String>? = null, val dns: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val targetProject: Output<String>? = null, val targetVpc: Output<String>? = null) : ConvertibleToJava<ManagedZoneArgs>

An Integration connectors Managed Zone. To get more information about ManagedZone, see:

Link copied to clipboard
Link copied to clipboard
object ManagedZoneMapper : ResourceMapper<ManagedZone>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun connection(name: String, block: suspend ConnectionResourceBuilder.() -> Unit): Connection
Link copied to clipboard
suspend fun managedZone(name: String, block: suspend ManagedZoneResourceBuilder.() -> Unit): ManagedZone