BackupSelectionResourceTypeArgs

data class BackupSelectionResourceTypeArgs(val conditions: Output<BackupSelectionResourceTypeConditionsPropertiesArgs>? = null, val iamRoleArn: Output<String>, val listOfTags: Output<List<BackupSelectionConditionResourceTypeArgs>>? = null, val notResources: Output<List<String>>? = null, val resources: Output<List<String>>? = null, val selectionName: Output<String>) : ConvertibleToJava<BackupSelectionResourceTypeArgs>

Constructors

Link copied to clipboard
fun BackupSelectionResourceTypeArgs(conditions: Output<BackupSelectionResourceTypeConditionsPropertiesArgs>? = null, iamRoleArn: Output<String>, listOfTags: Output<List<BackupSelectionConditionResourceTypeArgs>>? = null, notResources: Output<List<String>>? = null, resources: Output<List<String>>? = null, selectionName: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): BackupSelectionResourceTypeArgs

Properties

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