Package-level declarations

Types

Link copied to clipboard
data class GetConnectionResult(val arn: String, val connectionStatus: String, val hostArn: String, val id: String, val name: String, val providerType: String, val tags: Map<String, String>)

A collection of values returned by getConnection.

Link copied to clipboard
data class HostVpcConfiguration(val securityGroupIds: List<String>, val subnetIds: List<String>, val tlsCertificate: String? = null, val vpcId: String)