amazonka-config-2.0: Amazon Config SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Description

 
Synopsis

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

  • debugLogDeliveryAccounts :: Maybe [Text]

    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.

  • description :: Maybe Text

    The description that you provide for your organization Config Custom Policy rule.

  • inputParameters :: Maybe Text

    A string, in JSON format, that is passed to your organization Config Custom Policy rule.

  • maximumExecutionFrequency :: Maybe 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.

  • organizationConfigRuleTriggerTypes :: Maybe [OrganizationConfigRuleTriggerTypeNoSN]

    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.
  • policyRuntime :: Maybe Text

    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.

  • resourceIdScope :: Maybe Text

    The ID of the Amazon Web Services resource that was evaluated.

  • resourceTypesScope :: Maybe [Text]

    The type of the Amazon Web Services resource that was evaluated.

  • tagKeyScope :: Maybe Text

    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.

  • tagValueScope :: Maybe Text

    The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

Instances

Instances details
FromJSON OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Generic OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Read OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Show OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

NFData OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Eq OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Hashable OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

type Rep OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

type Rep OrganizationCustomPolicyRuleMetadataNoPolicy = D1 ('MetaData "OrganizationCustomPolicyRuleMetadataNoPolicy" "Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationCustomPolicyRuleMetadataNoPolicy'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "debugLogDeliveryAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)) :*: S1 ('MetaSel ('Just "organizationConfigRuleTriggerTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationConfigRuleTriggerTypeNoSN]))))) :*: ((S1 ('MetaSel ('Just "policyRuntime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceIdScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceTypesScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tagKeyScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagValueScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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_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).