Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data OrganizationManagedRuleMetadata = OrganizationManagedRuleMetadata' {}
- newOrganizationManagedRuleMetadata :: Text -> OrganizationManagedRuleMetadata
- organizationManagedRuleMetadata_description :: Lens' OrganizationManagedRuleMetadata (Maybe Text)
- organizationManagedRuleMetadata_inputParameters :: Lens' OrganizationManagedRuleMetadata (Maybe Text)
- organizationManagedRuleMetadata_maximumExecutionFrequency :: Lens' OrganizationManagedRuleMetadata (Maybe MaximumExecutionFrequency)
- organizationManagedRuleMetadata_resourceIdScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text)
- organizationManagedRuleMetadata_resourceTypesScope :: Lens' OrganizationManagedRuleMetadata (Maybe [Text])
- organizationManagedRuleMetadata_tagKeyScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text)
- organizationManagedRuleMetadata_tagValueScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text)
- organizationManagedRuleMetadata_ruleIdentifier :: Lens' OrganizationManagedRuleMetadata Text
Documentation
data OrganizationManagedRuleMetadata Source #
An object that specifies organization managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.
See: newOrganizationManagedRuleMetadata
smart constructor.
OrganizationManagedRuleMetadata' | |
|
Instances
newOrganizationManagedRuleMetadata Source #
Create a value of OrganizationManagedRuleMetadata
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:OrganizationManagedRuleMetadata'
, organizationManagedRuleMetadata_description
- The description that you provide for your organization Config rule.
$sel:inputParameters:OrganizationManagedRuleMetadata'
, organizationManagedRuleMetadata_inputParameters
- A string, in JSON format, that is passed to your organization Config
rule Lambda function.
$sel:maximumExecutionFrequency:OrganizationManagedRuleMetadata'
, organizationManagedRuleMetadata_maximumExecutionFrequency
- 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.
By default, rules with a periodic trigger are evaluated every 24 hours.
To change the frequency, specify a valid value for the
MaximumExecutionFrequency
parameter.
$sel:resourceIdScope:OrganizationManagedRuleMetadata'
, organizationManagedRuleMetadata_resourceIdScope
- The ID of the Amazon Web Services resource that was evaluated.
$sel:resourceTypesScope:OrganizationManagedRuleMetadata'
, organizationManagedRuleMetadata_resourceTypesScope
- The type of the Amazon Web Services resource that was evaluated.
$sel:tagKeyScope:OrganizationManagedRuleMetadata'
, organizationManagedRuleMetadata_tagKeyScope
- One part of a key-value pair that make up a tag. A key is a general
label that acts like a category for more specific tag values.
$sel:tagValueScope:OrganizationManagedRuleMetadata'
, organizationManagedRuleMetadata_tagValueScope
- The optional part of a key-value pair that make up a tag. A value acts
as a descriptor within a tag category (key).
$sel:ruleIdentifier:OrganizationManagedRuleMetadata'
, organizationManagedRuleMetadata_ruleIdentifier
- For organization config managed rules, a predefined identifier from a
list. For example, IAM_PASSWORD_POLICY
is a managed rule. To reference
a managed rule, see
Using Config managed rules.
organizationManagedRuleMetadata_description :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #
The description that you provide for your organization Config rule.
organizationManagedRuleMetadata_inputParameters :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #
A string, in JSON format, that is passed to your organization Config rule Lambda function.
organizationManagedRuleMetadata_maximumExecutionFrequency :: Lens' OrganizationManagedRuleMetadata (Maybe MaximumExecutionFrequency) Source #
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.
By default, rules with a periodic trigger are evaluated every 24 hours.
To change the frequency, specify a valid value for the
MaximumExecutionFrequency
parameter.
organizationManagedRuleMetadata_resourceIdScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #
The ID of the Amazon Web Services resource that was evaluated.
organizationManagedRuleMetadata_resourceTypesScope :: Lens' OrganizationManagedRuleMetadata (Maybe [Text]) Source #
The type of the Amazon Web Services resource that was evaluated.
organizationManagedRuleMetadata_tagKeyScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #
One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
organizationManagedRuleMetadata_tagValueScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #
The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
organizationManagedRuleMetadata_ruleIdentifier :: Lens' OrganizationManagedRuleMetadata Text Source #
For organization config managed rules, a predefined identifier from a
list. For example, IAM_PASSWORD_POLICY
is a managed rule. To reference
a managed rule, see
Using Config managed rules.