Package-level declarations

Types

Link copied to clipboard
data class GetClusterResult(val backupRetentionPeriod: Int? = null, val clusterArn: String? = null, val clusterEndpoint: String? = null, val preferredBackupWindow: String? = null, val preferredMaintenanceWindow: String? = null, val shardCapacity: Int? = null, val shardCount: Int? = null, val shardInstanceCount: Int? = null, val subnetIds: List<String>? = null, val tags: List<Tag>? = null, val vpcSecurityGroupIds: List<String>? = null)