| 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 |
Amazonka.Config.Types.ConformancePackDetail
Description
Synopsis
- data ConformancePackDetail = ConformancePackDetail' {}
- newConformancePackDetail :: Text -> Text -> Text -> ConformancePackDetail
- conformancePackDetail_deliveryS3Bucket :: Lens' ConformancePackDetail (Maybe Text)
- conformancePackDetail_deliveryS3KeyPrefix :: Lens' ConformancePackDetail (Maybe Text)
- conformancePackDetail_createdBy :: Lens' ConformancePackDetail (Maybe Text)
- conformancePackDetail_lastUpdateRequestedTime :: Lens' ConformancePackDetail (Maybe UTCTime)
- conformancePackDetail_conformancePackInputParameters :: Lens' ConformancePackDetail (Maybe [ConformancePackInputParameter])
- conformancePackDetail_conformancePackName :: Lens' ConformancePackDetail Text
- conformancePackDetail_conformancePackArn :: Lens' ConformancePackDetail Text
- conformancePackDetail_conformancePackId :: Lens' ConformancePackDetail Text
Documentation
data ConformancePackDetail Source #
Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.
See: newConformancePackDetail smart constructor.
Constructors
| ConformancePackDetail' | |
Fields
| |
Instances
newConformancePackDetail Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ConformancePackDetail |
Create a value of ConformancePackDetail 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:ConformancePackDetail', conformancePackDetail_deliveryS3Bucket - The name of the Amazon S3 bucket where Config stores conformance pack
templates.
This field is optional.
$sel:deliveryS3KeyPrefix:ConformancePackDetail', conformancePackDetail_deliveryS3KeyPrefix - The prefix for the Amazon S3 bucket.
This field is optional.
$sel:createdBy:ConformancePackDetail', conformancePackDetail_createdBy - Amazon Web Services service that created the conformance pack.
$sel:lastUpdateRequestedTime:ConformancePackDetail', conformancePackDetail_lastUpdateRequestedTime - Last time when conformation pack update was requested.
$sel:conformancePackInputParameters:ConformancePackDetail', conformancePackDetail_conformancePackInputParameters - A list of ConformancePackInputParameter objects.
$sel:conformancePackName:ConformancePackDetail', conformancePackDetail_conformancePackName - Name of the conformance pack.
$sel:conformancePackArn:ConformancePackDetail', conformancePackDetail_conformancePackArn - Amazon Resource Name (ARN) of the conformance pack.
$sel:conformancePackId:ConformancePackDetail', conformancePackDetail_conformancePackId - ID of the conformance pack.
conformancePackDetail_deliveryS3Bucket :: Lens' ConformancePackDetail (Maybe Text) Source #
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional.
conformancePackDetail_deliveryS3KeyPrefix :: Lens' ConformancePackDetail (Maybe Text) Source #
The prefix for the Amazon S3 bucket.
This field is optional.
conformancePackDetail_createdBy :: Lens' ConformancePackDetail (Maybe Text) Source #
Amazon Web Services service that created the conformance pack.
conformancePackDetail_lastUpdateRequestedTime :: Lens' ConformancePackDetail (Maybe UTCTime) Source #
Last time when conformation pack update was requested.
conformancePackDetail_conformancePackInputParameters :: Lens' ConformancePackDetail (Maybe [ConformancePackInputParameter]) Source #
A list of ConformancePackInputParameter objects.
conformancePackDetail_conformancePackName :: Lens' ConformancePackDetail Text Source #
Name of the conformance pack.
conformancePackDetail_conformancePackArn :: Lens' ConformancePackDetail Text Source #
Amazon Resource Name (ARN) of the conformance pack.
conformancePackDetail_conformancePackId :: Lens' ConformancePackDetail Text Source #
ID of the conformance pack.