@@ -40,58 +40,82 @@ namespace Model
40
40
41
41
42
42
/* *
43
- * <p>The type of AWS resource to be backed up. For VSS Windows backups, the only
44
- * supported resource type is Amazon EC2.</p> <p>Valid values:
45
- * <code>EC2</code>.</p>
43
+ * <p>Specifies an object containing resource type and backup options. The only
44
+ * supported resource type is Amazon EC2 instances with Windows VSS. For an
45
+ * CloudFormation example, see the <a
46
+ * href="https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html">sample
47
+ * CloudFormation template to enable Windows VSS</a> in the <i>AWS Backup User
48
+ * Guide</i>.</p> <p>Valid values: <code>EC2</code>.</p>
46
49
*/
47
50
inline const Aws::String& GetResourceType () const { return m_resourceType; }
48
51
49
52
/* *
50
- * <p>The type of AWS resource to be backed up. For VSS Windows backups, the only
51
- * supported resource type is Amazon EC2.</p> <p>Valid values:
52
- * <code>EC2</code>.</p>
53
+ * <p>Specifies an object containing resource type and backup options. The only
54
+ * supported resource type is Amazon EC2 instances with Windows VSS. For an
55
+ * CloudFormation example, see the <a
56
+ * href="https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html">sample
57
+ * CloudFormation template to enable Windows VSS</a> in the <i>AWS Backup User
58
+ * Guide</i>.</p> <p>Valid values: <code>EC2</code>.</p>
53
59
*/
54
60
inline bool ResourceTypeHasBeenSet () const { return m_resourceTypeHasBeenSet; }
55
61
56
62
/* *
57
- * <p>The type of AWS resource to be backed up. For VSS Windows backups, the only
58
- * supported resource type is Amazon EC2.</p> <p>Valid values:
59
- * <code>EC2</code>.</p>
63
+ * <p>Specifies an object containing resource type and backup options. The only
64
+ * supported resource type is Amazon EC2 instances with Windows VSS. For an
65
+ * CloudFormation example, see the <a
66
+ * href="https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html">sample
67
+ * CloudFormation template to enable Windows VSS</a> in the <i>AWS Backup User
68
+ * Guide</i>.</p> <p>Valid values: <code>EC2</code>.</p>
60
69
*/
61
70
inline void SetResourceType (const Aws::String& value) { m_resourceTypeHasBeenSet = true ; m_resourceType = value; }
62
71
63
72
/* *
64
- * <p>The type of AWS resource to be backed up. For VSS Windows backups, the only
65
- * supported resource type is Amazon EC2.</p> <p>Valid values:
66
- * <code>EC2</code>.</p>
73
+ * <p>Specifies an object containing resource type and backup options. The only
74
+ * supported resource type is Amazon EC2 instances with Windows VSS. For an
75
+ * CloudFormation example, see the <a
76
+ * href="https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html">sample
77
+ * CloudFormation template to enable Windows VSS</a> in the <i>AWS Backup User
78
+ * Guide</i>.</p> <p>Valid values: <code>EC2</code>.</p>
67
79
*/
68
80
inline void SetResourceType (Aws::String&& value) { m_resourceTypeHasBeenSet = true ; m_resourceType = std::move (value); }
69
81
70
82
/* *
71
- * <p>The type of AWS resource to be backed up. For VSS Windows backups, the only
72
- * supported resource type is Amazon EC2.</p> <p>Valid values:
73
- * <code>EC2</code>.</p>
83
+ * <p>Specifies an object containing resource type and backup options. The only
84
+ * supported resource type is Amazon EC2 instances with Windows VSS. For an
85
+ * CloudFormation example, see the <a
86
+ * href="https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html">sample
87
+ * CloudFormation template to enable Windows VSS</a> in the <i>AWS Backup User
88
+ * Guide</i>.</p> <p>Valid values: <code>EC2</code>.</p>
74
89
*/
75
90
inline void SetResourceType (const char * value) { m_resourceTypeHasBeenSet = true ; m_resourceType.assign (value); }
76
91
77
92
/* *
78
- * <p>The type of AWS resource to be backed up. For VSS Windows backups, the only
79
- * supported resource type is Amazon EC2.</p> <p>Valid values:
80
- * <code>EC2</code>.</p>
93
+ * <p>Specifies an object containing resource type and backup options. The only
94
+ * supported resource type is Amazon EC2 instances with Windows VSS. For an
95
+ * CloudFormation example, see the <a
96
+ * href="https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html">sample
97
+ * CloudFormation template to enable Windows VSS</a> in the <i>AWS Backup User
98
+ * Guide</i>.</p> <p>Valid values: <code>EC2</code>.</p>
81
99
*/
82
100
inline AdvancedBackupSetting& WithResourceType (const Aws::String& value) { SetResourceType (value); return *this ;}
83
101
84
102
/* *
85
- * <p>The type of AWS resource to be backed up. For VSS Windows backups, the only
86
- * supported resource type is Amazon EC2.</p> <p>Valid values:
87
- * <code>EC2</code>.</p>
103
+ * <p>Specifies an object containing resource type and backup options. The only
104
+ * supported resource type is Amazon EC2 instances with Windows VSS. For an
105
+ * CloudFormation example, see the <a
106
+ * href="https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html">sample
107
+ * CloudFormation template to enable Windows VSS</a> in the <i>AWS Backup User
108
+ * Guide</i>.</p> <p>Valid values: <code>EC2</code>.</p>
88
109
*/
89
110
inline AdvancedBackupSetting& WithResourceType (Aws::String&& value) { SetResourceType (std::move (value)); return *this ;}
90
111
91
112
/* *
92
- * <p>The type of AWS resource to be backed up. For VSS Windows backups, the only
93
- * supported resource type is Amazon EC2.</p> <p>Valid values:
94
- * <code>EC2</code>.</p>
113
+ * <p>Specifies an object containing resource type and backup options. The only
114
+ * supported resource type is Amazon EC2 instances with Windows VSS. For an
115
+ * CloudFormation example, see the <a
116
+ * href="https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html">sample
117
+ * CloudFormation template to enable Windows VSS</a> in the <i>AWS Backup User
118
+ * Guide</i>.</p> <p>Valid values: <code>EC2</code>.</p>
95
119
*/
96
120
inline AdvancedBackupSetting& WithResourceType (const char * value) { SetResourceType (value); return *this ;}
97
121
0 commit comments