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