View source: R/configservice_operations.R
configservice_put_organization_config_rule | 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. 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.
configservice_put_organization_config_rule(
OrganizationConfigRuleName,
OrganizationManagedRuleMetadata = NULL,
OrganizationCustomRuleMetadata = NULL,
ExcludedAccounts = NULL,
OrganizationCustomPolicyRuleMetadata = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.