BackupSelection

public struct BackupSelection : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the IAM role that AWS Backup uses to authenticate when backing up the target resource; for example, arn:aws:iam::123456789012:role/S3Access.

    Declaration

    Swift

    public let iamRoleArn: String
  • An array of conditions used to specify a set of resources to assign to a backup plan; for example, “StringEquals”: {“ec2:ResourceTag/Department”: “accounting”.

    Declaration

    Swift

    public let listOfTags: [Condition]?
  • An array of strings that contain Amazon Resource Names (ARNs) of resources to assign to a backup plan.

    Declaration

    Swift

    public let resources: [String]?
  • The display name of a resource selection document.

    Declaration

    Swift

    public let selectionName: String
  • Undocumented

    Declaration

    Swift

    public init(iamRoleArn: String, listOfTags: [Condition]? = nil, resources: [String]? = nil, selectionName: String)
  • Declaration

    Swift

    public func validate(name: String) throws