Connection Args
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)