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 DelegationMetadata = DelegationMetadata' {}
- newDelegationMetadata :: DelegationMetadata
- delegationMetadata_creationTime :: Lens' DelegationMetadata (Maybe UTCTime)
- delegationMetadata_status :: Lens' DelegationMetadata (Maybe DelegationStatus)
- delegationMetadata_controlSetName :: Lens' DelegationMetadata (Maybe Text)
- delegationMetadata_id :: Lens' DelegationMetadata (Maybe Text)
- delegationMetadata_assessmentId :: Lens' DelegationMetadata (Maybe Text)
- delegationMetadata_roleArn :: Lens' DelegationMetadata (Maybe Text)
- delegationMetadata_assessmentName :: Lens' DelegationMetadata (Maybe Text)
Documentation
data DelegationMetadata Source #
The metadata associated with the specified delegation.
See: newDelegationMetadata
smart constructor.
DelegationMetadata' | |
|
Instances
newDelegationMetadata :: DelegationMetadata Source #
Create a value of DelegationMetadata
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:creationTime:DelegationMetadata'
, delegationMetadata_creationTime
- Specifies when the delegation was created.
$sel:status:DelegationMetadata'
, delegationMetadata_status
- The current status of the delgation.
$sel:controlSetName:DelegationMetadata'
, delegationMetadata_controlSetName
- Specifies the name of the control set delegated for review.
$sel:id:DelegationMetadata'
, delegationMetadata_id
- The unique identifier for the delegation.
$sel:assessmentId:DelegationMetadata'
, delegationMetadata_assessmentId
- The unique identifier for the specified assessment.
$sel:roleArn:DelegationMetadata'
, delegationMetadata_roleArn
- The Amazon Resource Name (ARN) of the IAM role.
$sel:assessmentName:DelegationMetadata'
, delegationMetadata_assessmentName
- The name of the associated assessment.
delegationMetadata_creationTime :: Lens' DelegationMetadata (Maybe UTCTime) Source #
Specifies when the delegation was created.
delegationMetadata_status :: Lens' DelegationMetadata (Maybe DelegationStatus) Source #
The current status of the delgation.
delegationMetadata_controlSetName :: Lens' DelegationMetadata (Maybe Text) Source #
Specifies the name of the control set delegated for review.
delegationMetadata_id :: Lens' DelegationMetadata (Maybe Text) Source #
The unique identifier for the delegation.
delegationMetadata_assessmentId :: Lens' DelegationMetadata (Maybe Text) Source #
The unique identifier for the specified assessment.
delegationMetadata_roleArn :: Lens' DelegationMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role.
delegationMetadata_assessmentName :: Lens' DelegationMetadata (Maybe Text) Source #
The name of the associated assessment.