CreateBackupPlanInput
public struct CreateBackupPlanInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.
Declaration
Swift
public let backupPlan: BackupPlanInput
-
To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
Declaration
Swift
public let backupPlanTags: [String : String]?
-
Identifies the request and allows failed requests to be retried without the risk of executing the operation twice. If the request includes a CreatorRequestId that matches an existing backup plan, that plan is returned. This parameter is optional.
Declaration
Swift
public let creatorRequestId: String?
-
Undocumented
Declaration
Swift
public init(backupPlan: BackupPlanInput, backupPlanTags: [String : String]? = nil, creatorRequestId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws