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

Description

 
Synopsis

Documentation

data OrganizationConformancePack Source #

An organization conformance pack that has information about conformance packs that Config creates in member accounts.

See: newOrganizationConformancePack smart constructor.

Constructors

OrganizationConformancePack' 

Fields

Instances

Instances details
Eq OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Read OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Show OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Generic OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Associated Types

type Rep OrganizationConformancePack :: Type -> Type #

NFData OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Hashable OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

FromJSON OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

type Rep OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

type Rep OrganizationConformancePack = D1 ('MetaData "OrganizationConformancePack" "Amazonka.Config.Types.OrganizationConformancePack" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationConformancePack'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deliveryS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deliveryS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conformancePackInputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackInputParameter])))) :*: ((S1 ('MetaSel ('Just "excludedAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "organizationConformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "organizationConformancePackArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newOrganizationConformancePack Source #

Create a value of OrganizationConformancePack 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:deliveryS3Bucket:OrganizationConformancePack', organizationConformancePack_deliveryS3Bucket - The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional.

$sel:deliveryS3KeyPrefix:OrganizationConformancePack', organizationConformancePack_deliveryS3KeyPrefix - Any folder structure you want to add to an Amazon S3 bucket.

This field is optional.

$sel:conformancePackInputParameters:OrganizationConformancePack', organizationConformancePack_conformancePackInputParameters - A list of ConformancePackInputParameter objects.

$sel:excludedAccounts:OrganizationConformancePack', organizationConformancePack_excludedAccounts - A comma-separated list of accounts excluded from organization conformance pack.

$sel:organizationConformancePackName:OrganizationConformancePack', organizationConformancePack_organizationConformancePackName - The name you assign to an organization conformance pack.

$sel:organizationConformancePackArn:OrganizationConformancePack', organizationConformancePack_organizationConformancePackArn - Amazon Resource Name (ARN) of organization conformance pack.

$sel:lastUpdateTime:OrganizationConformancePack', organizationConformancePack_lastUpdateTime - Last time when organization conformation pack was updated.

organizationConformancePack_deliveryS3Bucket :: Lens' OrganizationConformancePack (Maybe Text) Source #

The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional.

organizationConformancePack_deliveryS3KeyPrefix :: Lens' OrganizationConformancePack (Maybe Text) Source #

Any folder structure you want to add to an Amazon S3 bucket.

This field is optional.

organizationConformancePack_excludedAccounts :: Lens' OrganizationConformancePack (Maybe [Text]) Source #

A comma-separated list of accounts excluded from organization conformance pack.

organizationConformancePack_organizationConformancePackArn :: Lens' OrganizationConformancePack Text Source #

Amazon Resource Name (ARN) of organization conformance pack.

organizationConformancePack_lastUpdateTime :: Lens' OrganizationConformancePack UTCTime Source #

Last time when organization conformation pack was updated.