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 CloudTrailDetails = CloudTrailDetails' {}
- newCloudTrailDetails :: Text -> UTCTime -> CloudTrailDetails
- cloudTrailDetails_endTime :: Lens' CloudTrailDetails (Maybe UTCTime)
- cloudTrailDetails_accessRole :: Lens' CloudTrailDetails Text
- cloudTrailDetails_startTime :: Lens' CloudTrailDetails UTCTime
- cloudTrailDetails_trails :: Lens' CloudTrailDetails [Trail]
Documentation
data CloudTrailDetails Source #
Contains information about CloudTrail access.
See: newCloudTrailDetails
smart constructor.
CloudTrailDetails' | |
|
Instances
:: 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: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.
$sel:trails:CloudTrailDetails'
, cloudTrailDetails_trails
- A Trail
object that contains settings for a trail.
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_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.
cloudTrailDetails_trails :: Lens' CloudTrailDetails [Trail] Source #
A Trail
object that contains settings for a trail.