Get Cluster Result
data class GetClusterResult(val aclName: String? = null, val arn: String? = null, val autoMinorVersionUpgrade: Boolean? = null, val clusterEndpoint: ClusterEndpoint? = null, val description: String? = null, val engineVersion: String? = null, val maintenanceWindow: String? = null, val nodeType: String? = null, val numReplicasPerShard: Int? = null, val numShards: Int? = null, val parameterGroupName: String? = null, val parameterGroupStatus: String? = null, val securityGroupIds: List<String>? = null, val snapshotRetentionLimit: Int? = null, val snapshotWindow: String? = null, val snsTopicArn: String? = null, val snsTopicStatus: String? = null, val status: String? = null, val tags: List<ClusterTag>? = null)
Constructors
Link copied to clipboard
fun GetClusterResult(aclName: String? = null, arn: String? = null, autoMinorVersionUpgrade: Boolean? = null, clusterEndpoint: ClusterEndpoint? = null, description: String? = null, engineVersion: String? = null, maintenanceWindow: String? = null, nodeType: String? = null, numReplicasPerShard: Int? = null, numShards: Int? = null, parameterGroupName: String? = null, parameterGroupStatus: String? = null, securityGroupIds: List<String>? = null, snapshotRetentionLimit: Int? = null, snapshotWindow: String? = null, snsTopicArn: String? = null, snsTopicStatus: String? = null, status: String? = null, tags: List<ClusterTag>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard