You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Describes whether the Amazon Web Services account has enabled different cross-account management options, including cross-account backup, multi-party approval, and delegated administrator. Returns an error if the account is not a member of an Organizations organization. Example: <code>describe-global-settings --region us-west-2</code>
33
31
* </p>
34
32
* @example
35
33
* Use a bare-bones client and the command you need to make an API call.
* <p>Updates whether the Amazon Web Services account is opted in to cross-account backup.
31
-
* Returns an error if the account is not an Organizations management account. Use the
32
-
* <code>DescribeGlobalSettings</code> API to determine the current settings.</p>
30
+
* <p>Updates whether the Amazon Web Services account has enabled different cross-account management options, including cross-account backup, multi-party approval, and delegated administrator. Returns an error if the account is not an Organizations management account. Use the <code>DescribeGlobalSettings</code> API to determine the current settings.</p>
33
31
* @example
34
32
* Use a bare-bones client and the command you need to make an API call.
* selection strategy, such as assigning all resources of a resource type or refining your
1221
1224
* resource selection using tags.</p>
1222
1225
* <p>If you specify multiple ARNs, the resources much match any of the ARNs (OR logic).</p>
1226
+
* <note>
1227
+
* <p>When using wildcards in ARN patterns for backup selections, the asterisk (*) must appear at the end of the ARN string (prefix pattern). For example, <code>arn:aws:s3:::my-bucket-*</code> is valid, but <code>arn:aws:s3:::*-logs</code> is not supported.</p>
* <p>The status of the flags <code>isCrossAccountBackupEnabled</code>,
3983
-
* <code>isMpaEnabled</code> ('Mpa' refers to multi-party approval), and <code>isDelegatedAdministratorEnabled</code>.</p>
3991
+
* <p>The status of the flags <code>isCrossAccountBackupEnabled</code>, <code>isMpaEnabled</code> ('Mpa' refers to multi-party approval), and <code>isDelegatedAdministratorEnabled</code>.</p>
3992
+
* <ul>
3993
+
* <li>
3994
+
* <p>
3995
+
* <code>isCrossAccountBackupEnabled</code>: Allow accounts in your organization to copy backups to other accounts.</p>
3996
+
* </li>
3997
+
* <li>
3998
+
* <p>
3999
+
* <code>isMpaEnabled</code>: Add cross-account access to your organization with the option to assign a Multi-party approval team to a logically air-gapped vault.</p>
4000
+
* </li>
4001
+
* <li>
4002
+
* <p>
4003
+
* <code>isDelegatedAdministratorEnabled</code>: Allow Backup to automatically synchronize delegated administrator permissions with Organizations.</p>
4004
+
* </li>
4005
+
* </ul>
3984
4006
* @public
3985
4007
*/
3986
4008
GlobalSettings?: Record<string,string>|undefined;
3987
4009
3988
4010
/**
3989
-
* <p>The date and time that the flag <code>isCrossAccountBackupEnabled</code> was last
3990
-
* updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of
3991
-
* <code>LastUpdateTime</code> is accurate to milliseconds. For example, the value
3992
-
* 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
4011
+
* <p>The date and time that the supported flags were last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of <code>LastUpdateTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
0 commit comments