Package-level declarations
Types
Link copied to clipboard
object CodeconnectionsFunctions
Link copied to clipboard
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
class ConnectionArgsBuilder
Builder for ConnectionArgs.
Link copied to clipboard
Link copied to clipboard
Builder for Connection.
Functions
Link copied to clipboard
suspend fun connection(name: String, block: suspend ConnectionResourceBuilder.() -> Unit): Connection