BackupSelectionResourceType

data class BackupSelectionResourceType(val conditions: BackupSelectionResourceTypeConditionsProperties? = null, val iamRoleArn: String, val listOfTags: List<BackupSelectionConditionResourceType>? = null, val notResources: List<String>? = null, val resources: List<String>? = null, val selectionName: String)

Constructors

Link copied to clipboard
fun BackupSelectionResourceType(conditions: BackupSelectionResourceTypeConditionsProperties? = null, iamRoleArn: String, listOfTags: List<BackupSelectionConditionResourceType>? = null, notResources: List<String>? = null, resources: List<String>? = null, selectionName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val notResources: List<String>? = null
Link copied to clipboard
val resources: List<String>? = null
Link copied to clipboard