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 |
Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy
Description
Synopsis
- data OrganizationCustomPolicyRuleMetadataNoPolicy = OrganizationCustomPolicyRuleMetadataNoPolicy' {
- debugLogDeliveryAccounts :: Maybe [Text]
- description :: Maybe Text
- inputParameters :: Maybe Text
- maximumExecutionFrequency :: Maybe MaximumExecutionFrequency
- organizationConfigRuleTriggerTypes :: Maybe [OrganizationConfigRuleTriggerTypeNoSN]
- policyRuntime :: Maybe Text
- resourceIdScope :: Maybe Text
- resourceTypesScope :: Maybe [Text]
- tagKeyScope :: Maybe Text
- tagValueScope :: Maybe Text
- newOrganizationCustomPolicyRuleMetadataNoPolicy :: OrganizationCustomPolicyRuleMetadataNoPolicy
- organizationCustomPolicyRuleMetadataNoPolicy_debugLogDeliveryAccounts :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe [Text])
- organizationCustomPolicyRuleMetadataNoPolicy_description :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text)
- organizationCustomPolicyRuleMetadataNoPolicy_inputParameters :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text)
- organizationCustomPolicyRuleMetadataNoPolicy_maximumExecutionFrequency :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe MaximumExecutionFrequency)
- organizationCustomPolicyRuleMetadataNoPolicy_organizationConfigRuleTriggerTypes :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe [OrganizationConfigRuleTriggerTypeNoSN])
- organizationCustomPolicyRuleMetadataNoPolicy_policyRuntime :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text)
- organizationCustomPolicyRuleMetadataNoPolicy_resourceIdScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text)
- organizationCustomPolicyRuleMetadataNoPolicy_resourceTypesScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe [Text])
- organizationCustomPolicyRuleMetadataNoPolicy_tagKeyScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text)
- organizationCustomPolicyRuleMetadataNoPolicy_tagValueScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text)
Documentation
data OrganizationCustomPolicyRuleMetadataNoPolicy Source #
An object that specifies metadata for your organization Config Custom Policy rule including the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that trigger Config to evaluate Amazon Web Services resources against a rule.
See: newOrganizationCustomPolicyRuleMetadataNoPolicy
smart constructor.
Constructors
OrganizationCustomPolicyRuleMetadataNoPolicy' | |
Fields
|
Instances
newOrganizationCustomPolicyRuleMetadataNoPolicy :: OrganizationCustomPolicyRuleMetadataNoPolicy Source #
Create a value of OrganizationCustomPolicyRuleMetadataNoPolicy
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:debugLogDeliveryAccounts:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_debugLogDeliveryAccounts
- A list of accounts that you can enable debug logging for your
organization Config Custom Policy rule. List is null when debug logging
is enabled for all accounts.
$sel:description:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_description
- The description that you provide for your organization Config Custom
Policy rule.
$sel:inputParameters:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_inputParameters
- A string, in JSON format, that is passed to your organization Config
Custom Policy rule.
$sel:maximumExecutionFrequency:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_maximumExecutionFrequency
- The maximum frequency with which Config runs evaluations for a rule.
Your Config Custom Policy rule is triggered when Config delivers the
configuration snapshot. For more information, see
ConfigSnapshotDeliveryProperties.
$sel:organizationConfigRuleTriggerTypes:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_organizationConfigRuleTriggerTypes
- The type of notification that triggers Config to run an evaluation for a
rule. For Config Custom Policy rules, Config supports change triggered
notification types:
ConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers a configuration item as a result of a resource change.OversizedConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
$sel:policyRuntime:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_policyRuntime
- The runtime system for your organization Config Custom Policy rules.
Guard is a policy-as-code language that allows you to write policies
that are enforced by Config Custom Policy rules. For more information
about Guard, see the
Guard GitHub Repository.
$sel:resourceIdScope:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_resourceIdScope
- The ID of the Amazon Web Services resource that was evaluated.
$sel:resourceTypesScope:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_resourceTypesScope
- The type of the Amazon Web Services resource that was evaluated.
$sel:tagKeyScope:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_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:OrganizationCustomPolicyRuleMetadataNoPolicy'
, organizationCustomPolicyRuleMetadataNoPolicy_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).
organizationCustomPolicyRuleMetadataNoPolicy_debugLogDeliveryAccounts :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe [Text]) Source #
A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.
organizationCustomPolicyRuleMetadataNoPolicy_description :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text) Source #
The description that you provide for your organization Config Custom Policy rule.
organizationCustomPolicyRuleMetadataNoPolicy_inputParameters :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text) Source #
A string, in JSON format, that is passed to your organization Config Custom Policy rule.
organizationCustomPolicyRuleMetadataNoPolicy_maximumExecutionFrequency :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe MaximumExecutionFrequency) Source #
The maximum frequency with which Config runs evaluations for a rule. Your Config Custom Policy rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
organizationCustomPolicyRuleMetadataNoPolicy_organizationConfigRuleTriggerTypes :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe [OrganizationConfigRuleTriggerTypeNoSN]) Source #
The type of notification that triggers Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change triggered notification types:
ConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers a configuration item as a result of a resource change.OversizedConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
organizationCustomPolicyRuleMetadataNoPolicy_policyRuntime :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text) Source #
The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.
organizationCustomPolicyRuleMetadataNoPolicy_resourceIdScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text) Source #
The ID of the Amazon Web Services resource that was evaluated.
organizationCustomPolicyRuleMetadataNoPolicy_resourceTypesScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe [Text]) Source #
The type of the Amazon Web Services resource that was evaluated.
organizationCustomPolicyRuleMetadataNoPolicy_tagKeyScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (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.
organizationCustomPolicyRuleMetadataNoPolicy_tagValueScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (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).