Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface TrackedActionLastAccessed

Contains details about the most recent attempt to access an action within the service.

This data type is used as a response element in the GetServiceLastAccessedDetails operation.

Hierarchy

  • TrackedActionLastAccessed

Properties

ActionName?: string

The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.

LastAccessedEntity?: string

The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.

For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

LastAccessedRegion?: string

The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.

This field is null if no IAM entities attempted to access the service within the tracking period.

LastAccessedTime?: Date

The date and time, inĀ ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.

This field is null if no IAM entities attempted to access the service within the tracking period.