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
@@ -3338,10 +3368,13 @@ export class ConfigService extends ConfigServiceClient {
3338
3368
}
3339
3369
3340
3370
/**
3341
-
* <p>Deploys conformance packs across member accounts in an Amazon Web Services Organization.</p>
3371
+
* <p>Deploys conformance packs across member accounts in an Amazon Web Services Organization. For information on how many organization conformance packs and how many Config rules you can have per account,
3372
+
* see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
3373
+
* <b>Service Limits</b>
3374
+
* </a> in the Config Developer Guide.</p>
3342
3375
* <p>Only a master account and a delegated administrator can call this API.
3343
3376
* When calling this API with a delegated administrator, you must ensure Organizations
3344
-
* <code>ListDelegatedAdministrator</code> permissions are added.</p>
3377
+
* <code>ListDelegatedAdministrator</code> permissions are added. An organization can have up to 3 delegated administrators.</p>
3345
3378
* <p>This API enables organization service access for <code>config-multiaccountsetup.amazonaws.com</code>
3346
3379
* through the <code>EnableAWSServiceAccess</code> action and creates a
3347
3380
* service linked role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the master or delegated administrator account of your organization.
@@ -3357,7 +3390,6 @@ export class ConfigService extends ConfigServiceClient {
3357
3390
* If you provide both Config uses the <code>TemplateS3Uri</code> parameter and ignores the <code>TemplateBody</code> parameter.</p>
3358
3391
* <p>Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the conformance pack is created or updated.
3359
3392
* You cannot update a conformance pack while it is in this state.</p>
3360
-
* <p>You can create 50 conformance packs with 25 Config rules in each pack and 3 delegated administrator per organization. </p>
3361
3393
* </note>
3362
3394
*/
3363
3395
publicputOrganizationConformancePack(
@@ -3401,6 +3433,10 @@ export class ConfigService extends ConfigServiceClient {
3401
3433
* <p>This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules,
3402
3434
* the rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub.</p>
3403
3435
* </note>
3436
+
* <note>
3437
+
* <p>For manual remediation configuration, you need to provide a value for <code>automationAssumeRole</code> or use a value in the <code>assumeRole</code>field to remediate your resources. The SSM automation document can use either as long as it maps to a valid parameter.</p>
3438
+
* <p>However, for automatic remediation configuration, the only valid <code>assumeRole</code> field value is <code>AutomationAssumeRole</code> and you need to provide a value for <code>AutomationAssumeRole</code> to remediate your resources.</p>
* <p>Deploys conformance packs across member accounts in an Amazon Web Services Organization.</p>
28
+
* <p>Deploys conformance packs across member accounts in an Amazon Web Services Organization. For information on how many organization conformance packs and how many Config rules you can have per account,
29
+
* see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
30
+
* <b>Service Limits</b>
31
+
* </a> in the Config Developer Guide.</p>
29
32
* <p>Only a master account and a delegated administrator can call this API.
30
33
* When calling this API with a delegated administrator, you must ensure Organizations
31
-
* <code>ListDelegatedAdministrator</code> permissions are added.</p>
34
+
* <code>ListDelegatedAdministrator</code> permissions are added. An organization can have up to 3 delegated administrators.</p>
32
35
* <p>This API enables organization service access for <code>config-multiaccountsetup.amazonaws.com</code>
33
36
* through the <code>EnableAWSServiceAccess</code> action and creates a
34
37
* service linked role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the master or delegated administrator account of your organization.
* <p>This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules,
37
37
* the rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub.</p>
38
38
* </note>
39
+
* <note>
40
+
* <p>For manual remediation configuration, you need to provide a value for <code>automationAssumeRole</code> or use a value in the <code>assumeRole</code>field to remediate your resources. The SSM automation document can use either as long as it maps to a valid parameter.</p>
41
+
* <p>However, for automatic remediation configuration, the only valid <code>assumeRole</code> field value is <code>AutomationAssumeRole</code> and you need to provide a value for <code>AutomationAssumeRole</code> to remediate your resources.</p>
42
+
* </note>
39
43
* @example
40
44
* Use a bare-bones client and the command you need to make an API call.
* <p>The maximum frequency with which Config runs evaluations for a rule. You are using an Config managed rule that is triggered at a periodic frequency.</p>
4789
+
* <p>The maximum frequency with which Config runs evaluations for a rule. This is for an Config managed rule that is triggered at a periodic frequency.</p>
4787
4790
* <note>
4788
4791
* <p>By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid
4789
4792
* value for the <code>MaximumExecutionFrequency</code> parameter.</p>
0 commit comments