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.OrganizationResourceDetailedStatusFilters

Description

 
Synopsis

Documentation

data OrganizationResourceDetailedStatusFilters Source #

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

See: newOrganizationResourceDetailedStatusFilters smart constructor.

Constructors

OrganizationResourceDetailedStatusFilters' 

Fields

  • accountId :: Maybe Text

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

  • status :: Maybe OrganizationResourceDetailedStatus

    Indicates deployment status for conformance pack in a member account. When management account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com.

    Config sets the state of the conformance pack to:

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

Instances

Instances details
ToJSON OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Generic OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Read OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Show OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

NFData OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Eq OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Hashable OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

type Rep OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

type Rep OrganizationResourceDetailedStatusFilters = D1 ('MetaData "OrganizationResourceDetailedStatusFilters" "Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationResourceDetailedStatusFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationResourceDetailedStatus))))

newOrganizationResourceDetailedStatusFilters :: OrganizationResourceDetailedStatusFilters Source #

Create a value of OrganizationResourceDetailedStatusFilters 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:accountId:OrganizationResourceDetailedStatusFilters', organizationResourceDetailedStatusFilters_accountId - The 12-digit account ID of the member account within an organization.

$sel:status:OrganizationResourceDetailedStatusFilters', organizationResourceDetailedStatusFilters_status - Indicates deployment status for conformance pack in a member account. When management account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the conformance pack to:

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

organizationResourceDetailedStatusFilters_accountId :: Lens' OrganizationResourceDetailedStatusFilters (Maybe Text) Source #

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

organizationResourceDetailedStatusFilters_status :: Lens' OrganizationResourceDetailedStatusFilters (Maybe OrganizationResourceDetailedStatus) Source #

Indicates deployment status for conformance pack in a member account. When management account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the conformance pack to:

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