Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
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)