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

  • status :: Maybe OrganizationResourceDetailedStatus

    Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master 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.
  • accountId :: Maybe Text

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

Instances

Instances details
Eq 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

Generic OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

NFData OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Hashable OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

ToJSON 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" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationResourceDetailedStatusFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationResourceDetailedStatus)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:status:OrganizationResourceDetailedStatusFilters', organizationResourceDetailedStatusFilters_status - Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master 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.

$sel:accountId:OrganizationResourceDetailedStatusFilters', organizationResourceDetailedStatusFilters_accountId - 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 master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master 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.