GetClusterResult

data class GetClusterResult(val clusterArn: String? = null, val clusterEndpoint: String? = null, val preferredMaintenanceWindow: String? = null, val shardCapacity: Int? = null, val shardCount: Int? = null, val subnetIds: List<String>? = null, val tags: List<ClusterTag>? = null, val vpcSecurityGroupIds: List<String>? = null)

Constructors

Link copied to clipboard
fun GetClusterResult(clusterArn: String? = null, clusterEndpoint: String? = null, preferredMaintenanceWindow: String? = null, shardCapacity: Int? = null, shardCount: Int? = null, subnetIds: List<String>? = null, tags: List<ClusterTag>? = null, vpcSecurityGroupIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clusterArn: String? = null
Link copied to clipboard
val clusterEndpoint: String? = null
Link copied to clipboard
Link copied to clipboard
val shardCapacity: Int? = null
Link copied to clipboard
val shardCount: Int? = null
Link copied to clipboard
val subnetIds: List<String>? = null
Link copied to clipboard
val tags: List<ClusterTag>? = null
Link copied to clipboard