| 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.AccessAnalyzer.Types.CloudTrailDetails
Description
Synopsis
- data CloudTrailDetails = CloudTrailDetails' {}
- newCloudTrailDetails :: Text -> UTCTime -> CloudTrailDetails
- cloudTrailDetails_endTime :: Lens' CloudTrailDetails (Maybe UTCTime)
- cloudTrailDetails_trails :: Lens' CloudTrailDetails [Trail]
- cloudTrailDetails_accessRole :: Lens' CloudTrailDetails Text
- cloudTrailDetails_startTime :: Lens' CloudTrailDetails UTCTime
Documentation
data CloudTrailDetails Source #
Contains information about CloudTrail access.
See: newCloudTrailDetails smart constructor.
Constructors
| CloudTrailDetails' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UTCTime | |
| -> CloudTrailDetails |
Create a value of CloudTrailDetails 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:endTime:CloudTrailDetails', cloudTrailDetails_endTime - The end of the time range for which IAM Access Analyzer reviews your
CloudTrail events. Events with a timestamp after this time are not
considered to generate a policy. If this is not included in the request,
the default value is the current time.
$sel:trails:CloudTrailDetails', cloudTrailDetails_trails - A Trail object that contains settings for a trail.
$sel:accessRole:CloudTrailDetails', cloudTrailDetails_accessRole - The ARN of the service role that IAM Access Analyzer uses to access your
CloudTrail trail and service last accessed information.
$sel:startTime:CloudTrailDetails', cloudTrailDetails_startTime - The start of the time range for which IAM Access Analyzer reviews your
CloudTrail events. Events with a timestamp before this time are not
considered to generate a policy.
cloudTrailDetails_endTime :: Lens' CloudTrailDetails (Maybe UTCTime) Source #
The end of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp after this time are not considered to generate a policy. If this is not included in the request, the default value is the current time.
cloudTrailDetails_trails :: Lens' CloudTrailDetails [Trail] Source #
A Trail object that contains settings for a trail.
cloudTrailDetails_accessRole :: Lens' CloudTrailDetails Text Source #
The ARN of the service role that IAM Access Analyzer uses to access your CloudTrail trail and service last accessed information.
cloudTrailDetails_startTime :: Lens' CloudTrailDetails UTCTime Source #
The start of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.