Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Connection : KotlinCustomResource

Schema for AWS::CodeConnections::Connection resource which can be used to connect external source providers with other AWS services (i.e. AWS CodePipeline)

Link copied to clipboard
data class ConnectionArgs(val connectionName: Output<String>? = null, val hostArn: Output<String>? = null, val providerType: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConnectionArgs>

Schema for AWS::CodeConnections::Connection resource which can be used to connect external source providers with other AWS services (i.e. AWS CodePipeline)

Link copied to clipboard
Link copied to clipboard
object ConnectionMapper : ResourceMapper<Connection>
Link copied to clipboard

Functions

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