GetSlotsResult

data class GetSlotsResult(val dbInstanceId: String, val id: String, val outputFile: String? = null, val resourceGroupId: String? = null, val slots: List<GetSlotsSlot>)

A collection of values returned by getSlots.

Constructors

Link copied to clipboard
constructor(dbInstanceId: String, id: String, outputFile: String? = null, resourceGroupId: String? = null, slots: List<GetSlotsSlot>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val resourceGroupId: String? = null
Link copied to clipboard

A list of Rds Replication Slots. Each element contains the following attributes: