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 RemediationException = RemediationException' {
- message :: Maybe Text
- expirationTime :: Maybe POSIX
- configRuleName :: Text
- resourceType :: Text
- resourceId :: Text
- newRemediationException :: Text -> Text -> Text -> RemediationException
- remediationException_message :: Lens' RemediationException (Maybe Text)
- remediationException_expirationTime :: Lens' RemediationException (Maybe UTCTime)
- remediationException_configRuleName :: Lens' RemediationException Text
- remediationException_resourceType :: Lens' RemediationException Text
- remediationException_resourceId :: Lens' RemediationException Text
Documentation
data RemediationException Source #
An object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type.
See: newRemediationException
smart constructor.
RemediationException' | |
|
Instances
newRemediationException Source #
:: Text | |
-> Text | |
-> Text | |
-> RemediationException |
Create a value of RemediationException
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:message:RemediationException'
, remediationException_message
- An explanation of an remediation exception.
$sel:expirationTime:RemediationException'
, remediationException_expirationTime
- The time when the remediation exception will be deleted.
$sel:configRuleName:RemediationException'
, remediationException_configRuleName
- The name of the Config rule.
$sel:resourceType:RemediationException'
, remediationException_resourceType
- The type of a resource.
$sel:resourceId:RemediationException'
, remediationException_resourceId
- The ID of the resource (for example., sg-xxxxxx).
remediationException_message :: Lens' RemediationException (Maybe Text) Source #
An explanation of an remediation exception.
remediationException_expirationTime :: Lens' RemediationException (Maybe UTCTime) Source #
The time when the remediation exception will be deleted.
remediationException_configRuleName :: Lens' RemediationException Text Source #
The name of the Config rule.
remediationException_resourceType :: Lens' RemediationException Text Source #
The type of a resource.
remediationException_resourceId :: Lens' RemediationException Text Source #
The ID of the resource (for example., sg-xxxxxx).