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 RemediationExceptionResourceKey = RemediationExceptionResourceKey' {
- resourceId :: Maybe Text
- resourceType :: Maybe Text
- newRemediationExceptionResourceKey :: RemediationExceptionResourceKey
- remediationExceptionResourceKey_resourceId :: Lens' RemediationExceptionResourceKey (Maybe Text)
- remediationExceptionResourceKey_resourceType :: Lens' RemediationExceptionResourceKey (Maybe Text)
Documentation
data RemediationExceptionResourceKey Source #
The details that identify a resource within Config, including the resource type and resource ID.
See: newRemediationExceptionResourceKey
smart constructor.
RemediationExceptionResourceKey' | |
|
Instances
newRemediationExceptionResourceKey :: RemediationExceptionResourceKey Source #
Create a value of RemediationExceptionResourceKey
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:resourceId:RemediationExceptionResourceKey'
, remediationExceptionResourceKey_resourceId
- The ID of the resource (for example., sg-xxxxxx).
$sel:resourceType:RemediationExceptionResourceKey'
, remediationExceptionResourceKey_resourceType
- The type of a resource.
remediationExceptionResourceKey_resourceId :: Lens' RemediationExceptionResourceKey (Maybe Text) Source #
The ID of the resource (for example., sg-xxxxxx).
remediationExceptionResourceKey_resourceType :: Lens' RemediationExceptionResourceKey (Maybe Text) Source #
The type of a resource.