Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OrganizationConformancePack = OrganizationConformancePack' {}
- newOrganizationConformancePack :: Text -> Text -> UTCTime -> OrganizationConformancePack
- organizationConformancePack_deliveryS3Bucket :: Lens' OrganizationConformancePack (Maybe Text)
- organizationConformancePack_deliveryS3KeyPrefix :: Lens' OrganizationConformancePack (Maybe Text)
- organizationConformancePack_conformancePackInputParameters :: Lens' OrganizationConformancePack (Maybe [ConformancePackInputParameter])
- organizationConformancePack_excludedAccounts :: Lens' OrganizationConformancePack (Maybe [Text])
- organizationConformancePack_organizationConformancePackName :: Lens' OrganizationConformancePack Text
- organizationConformancePack_organizationConformancePackArn :: Lens' OrganizationConformancePack Text
- organizationConformancePack_lastUpdateTime :: Lens' OrganizationConformancePack UTCTime
Documentation
data OrganizationConformancePack Source #
An organization conformance pack that has information about conformance packs that Config creates in member accounts.
See: newOrganizationConformancePack
smart constructor.
OrganizationConformancePack' | |
|
Instances
newOrganizationConformancePack Source #
:: Text |
|
-> Text |
|
-> UTCTime | |
-> OrganizationConformancePack |
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_conformancePackInputParameters :: Lens' OrganizationConformancePack (Maybe [ConformancePackInputParameter]) Source #
A list of ConformancePackInputParameter
objects.
organizationConformancePack_excludedAccounts :: Lens' OrganizationConformancePack (Maybe [Text]) Source #
A comma-separated list of accounts excluded from organization conformance pack.
organizationConformancePack_organizationConformancePackName :: Lens' OrganizationConformancePack Text Source #
The name you assign to an 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.