Package-level declarations

Types

Link copied to clipboard
data class EndpointAccessVpcEndpoint(val networkInterfaces: List<EndpointAccessVpcEndpointNetworkInterface>? = null, val vpcEndpointId: String? = null, val vpcId: String? = null)
data class EndpointAccessVpcEndpointNetworkInterface(val availabilityZone: String? = null, val networkInterfaceId: String? = null, val privateIpAddress: String? = null, val subnetId: String? = null)
Link copied to clipboard
data class GetCredentialsResult(val dbName: String? = null, val dbPassword: String, val dbUser: String, val durationSeconds: Int? = null, val expiration: String, val id: String, val workgroupName: String)

A collection of values returned by getCredentials.

Link copied to clipboard
data class WorkgroupConfigParameter(val parameterKey: String, val parameterValue: String)
Link copied to clipboard
data class WorkgroupEndpoint(val address: String? = null, val port: Int? = null, val vpcEndpoints: List<WorkgroupEndpointVpcEndpoint>? = null)
Link copied to clipboard
data class WorkgroupEndpointVpcEndpoint(val networkInterfaces: List<WorkgroupEndpointVpcEndpointNetworkInterface>? = null, val vpcEndpointId: String? = null, val vpcId: String? = null)
data class WorkgroupEndpointVpcEndpointNetworkInterface(val availabilityZone: String? = null, val networkInterfaceId: String? = null, val privateIpAddress: String? = null, val subnetId: String? = null)