BackupSelectionArgs

data class BackupSelectionArgs(val backupPlanId: Output<String>? = null, val backupSelection: Output<BackupSelectionResourceTypeArgs>? = null) : ConvertibleToJava<BackupSelectionArgs>

Resource Type definition for AWS::Backup::BackupSelection

Constructors

Link copied to clipboard
constructor(backupPlanId: Output<String>? = null, backupSelection: Output<BackupSelectionResourceTypeArgs>? = null)

Properties

Link copied to clipboard
val backupPlanId: Output<String>? = null

Uniquely identifies a backup plan.

Link copied to clipboard

Specifies the body of a request to assign a set of resources to a backup plan. It includes an array of resources, an optional array of patterns to exclude resources, an optional role to provide access to the AWS service the resource belongs to, and an optional array of tags used to identify a set of resources.

Functions

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