configservice_put_organization_config_rule {paws.management} | R Documentation |
Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations
Description
Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations. For information on how many organization Config rules you can have per account, see Service Limits in the Config Developer Guide.
See https://www.paws-r-sdk.com/docs/configservice_put_organization_config_rule/ for full documentation.
Usage
configservice_put_organization_config_rule(
OrganizationConfigRuleName,
OrganizationManagedRuleMetadata = NULL,
OrganizationCustomRuleMetadata = NULL,
ExcludedAccounts = NULL,
OrganizationCustomPolicyRuleMetadata = NULL
)
Arguments
OrganizationConfigRuleName |
[required] The name that you assign to an organization Config rule. |
OrganizationManagedRuleMetadata |
An |
OrganizationCustomRuleMetadata |
An |
ExcludedAccounts |
A comma-separated list of accounts that you want to exclude from an organization Config rule. |
OrganizationCustomPolicyRuleMetadata |
An |