| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Config.Types.ConformancePackStatusDetail
Description
Synopsis
- data ConformancePackStatusDetail = ConformancePackStatusDetail' {}
- newConformancePackStatusDetail :: Text -> Text -> Text -> ConformancePackState -> Text -> UTCTime -> ConformancePackStatusDetail
- conformancePackStatusDetail_conformancePackStatusReason :: Lens' ConformancePackStatusDetail (Maybe Text)
- conformancePackStatusDetail_lastUpdateCompletedTime :: Lens' ConformancePackStatusDetail (Maybe UTCTime)
- conformancePackStatusDetail_conformancePackName :: Lens' ConformancePackStatusDetail Text
- conformancePackStatusDetail_conformancePackId :: Lens' ConformancePackStatusDetail Text
- conformancePackStatusDetail_conformancePackArn :: Lens' ConformancePackStatusDetail Text
- conformancePackStatusDetail_conformancePackState :: Lens' ConformancePackStatusDetail ConformancePackState
- conformancePackStatusDetail_stackArn :: Lens' ConformancePackStatusDetail Text
- conformancePackStatusDetail_lastUpdateRequestedTime :: Lens' ConformancePackStatusDetail UTCTime
Documentation
data ConformancePackStatusDetail Source #
Status details of a conformance pack.
See: newConformancePackStatusDetail smart constructor.
Constructors
| ConformancePackStatusDetail' | |
Fields
| |
Instances
newConformancePackStatusDetail Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ConformancePackState | |
| -> Text | |
| -> UTCTime | |
| -> ConformancePackStatusDetail |
Create a value of ConformancePackStatusDetail 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:conformancePackStatusReason:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackStatusReason - The reason of conformance pack creation failure.
$sel:lastUpdateCompletedTime:ConformancePackStatusDetail', conformancePackStatusDetail_lastUpdateCompletedTime - Last time when conformation pack creation and update was successful.
$sel:conformancePackName:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackName - Name of the conformance pack.
$sel:conformancePackId:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackId - ID of the conformance pack.
$sel:conformancePackArn:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackArn - Amazon Resource Name (ARN) of comformance pack.
$sel:conformancePackState:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackState - Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
- CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
- CREATE_COMPLETE when a conformance pack has been successfully created in your account.
- CREATE_FAILED when a conformance pack creation failed in your account.
- DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
- DELETE_FAILED when a conformance pack deletion failed in your account.
$sel:stackArn:ConformancePackStatusDetail', conformancePackStatusDetail_stackArn - Amazon Resource Name (ARN) of CloudFormation stack.
$sel:lastUpdateRequestedTime:ConformancePackStatusDetail', conformancePackStatusDetail_lastUpdateRequestedTime - Last time when conformation pack creation and update was requested.
conformancePackStatusDetail_conformancePackStatusReason :: Lens' ConformancePackStatusDetail (Maybe Text) Source #
The reason of conformance pack creation failure.
conformancePackStatusDetail_lastUpdateCompletedTime :: Lens' ConformancePackStatusDetail (Maybe UTCTime) Source #
Last time when conformation pack creation and update was successful.
conformancePackStatusDetail_conformancePackName :: Lens' ConformancePackStatusDetail Text Source #
Name of the conformance pack.
conformancePackStatusDetail_conformancePackId :: Lens' ConformancePackStatusDetail Text Source #
ID of the conformance pack.
conformancePackStatusDetail_conformancePackArn :: Lens' ConformancePackStatusDetail Text Source #
Amazon Resource Name (ARN) of comformance pack.
conformancePackStatusDetail_conformancePackState :: Lens' ConformancePackStatusDetail ConformancePackState Source #
Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
- CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
- CREATE_COMPLETE when a conformance pack has been successfully created in your account.
- CREATE_FAILED when a conformance pack creation failed in your account.
- DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
- DELETE_FAILED when a conformance pack deletion failed in your account.
conformancePackStatusDetail_stackArn :: Lens' ConformancePackStatusDetail Text Source #
Amazon Resource Name (ARN) of CloudFormation stack.
conformancePackStatusDetail_lastUpdateRequestedTime :: Lens' ConformancePackStatusDetail UTCTime Source #
Last time when conformation pack creation and update was requested.