libZSservicesZSamazonka-configZSamazonka-config
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Config.Types.StatusDetailFilters

Description

 
Synopsis

Documentation

data StatusDetailFilters Source #

Status filter object to filter results based on specific member account ID or status type for an organization config rule.

See: newStatusDetailFilters smart constructor.

Constructors

StatusDetailFilters' 

Fields

  • memberAccountRuleStatus :: Maybe MemberAccountRuleStatus

    Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com.

    Config sets the state of the rule to:

    • CREATE_SUCCESSFUL when config rule has been created in the member account.
    • CREATE_IN_PROGRESS when config rule is being created in the member account.
    • CREATE_FAILED when config rule creation has failed in the member account.
    • DELETE_FAILED when config rule deletion has failed in the member account.
    • DELETE_IN_PROGRESS when config rule is being deleted in the member account.
    • DELETE_SUCCESSFUL when config rule has been deleted in the member account.
    • UPDATE_SUCCESSFUL when config rule has been updated in the member account.
    • UPDATE_IN_PROGRESS when config rule is being updated in the member account.
    • UPDATE_FAILED when config rule deletion has failed in the member account.
  • accountId :: Maybe Text

    The 12-digit account ID of the member account within an organization.

Instances

Instances details
Eq StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Read StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Show StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Generic StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Associated Types

type Rep StatusDetailFilters :: Type -> Type #

NFData StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Methods

rnf :: StatusDetailFilters -> () #

Hashable StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

ToJSON StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

type Rep StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

type Rep StatusDetailFilters = D1 ('MetaData "StatusDetailFilters" "Amazonka.Config.Types.StatusDetailFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "StatusDetailFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memberAccountRuleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MemberAccountRuleStatus)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStatusDetailFilters :: StatusDetailFilters Source #

Create a value of StatusDetailFilters 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:memberAccountRuleStatus:StatusDetailFilters', statusDetailFilters_memberAccountRuleStatus - Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the rule to:

  • CREATE_SUCCESSFUL when config rule has been created in the member account.
  • CREATE_IN_PROGRESS when config rule is being created in the member account.
  • CREATE_FAILED when config rule creation has failed in the member account.
  • DELETE_FAILED when config rule deletion has failed in the member account.
  • DELETE_IN_PROGRESS when config rule is being deleted in the member account.
  • DELETE_SUCCESSFUL when config rule has been deleted in the member account.
  • UPDATE_SUCCESSFUL when config rule has been updated in the member account.
  • UPDATE_IN_PROGRESS when config rule is being updated in the member account.
  • UPDATE_FAILED when config rule deletion has failed in the member account.

$sel:accountId:StatusDetailFilters', statusDetailFilters_accountId - The 12-digit account ID of the member account within an organization.

statusDetailFilters_memberAccountRuleStatus :: Lens' StatusDetailFilters (Maybe MemberAccountRuleStatus) Source #

Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the rule to:

  • CREATE_SUCCESSFUL when config rule has been created in the member account.
  • CREATE_IN_PROGRESS when config rule is being created in the member account.
  • CREATE_FAILED when config rule creation has failed in the member account.
  • DELETE_FAILED when config rule deletion has failed in the member account.
  • DELETE_IN_PROGRESS when config rule is being deleted in the member account.
  • DELETE_SUCCESSFUL when config rule has been deleted in the member account.
  • UPDATE_SUCCESSFUL when config rule has been updated in the member account.
  • UPDATE_IN_PROGRESS when config rule is being updated in the member account.
  • UPDATE_FAILED when config rule deletion has failed in the member account.

statusDetailFilters_accountId :: Lens' StatusDetailFilters (Maybe Text) Source #

The 12-digit account ID of the member account within an organization.