Backup Selection Resource Type
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)