Package-level declarations
Types
Link copied to clipboard
A key-value pair to associate with a resource.
Link copied to clipboard
data class GetConnectionResult(val connectionArn: String? = null, val connectionStatus: String? = null, val ownerAccountId: String? = null, val tags: List<ConnectionTag>? = null)