View a markdown version of this page

SystemEvent - Next generation Resilience Hub

SystemEvent

Represents an event in the system event log.

Contents

actor

The actor that triggered the event.

Type: EventActor object

Required: Yes

eventDetails

The details of the event.

Type: SystemEventDetails object

Required: Yes

eventId

The unique identifier of the event.

Type: String

Length Constraints: Fixed length of 36.

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}

Required: Yes

eventType

The type of the event.

Type: String

Valid Values: SYSTEM_CREATED | SYSTEM_DELETED | SYSTEM_USER_JOURNEY_CREATED | SYSTEM_USER_JOURNEY_UPDATED | SYSTEM_USER_JOURNEY_DELETED | SYSTEM_SERVICE_ASSOCIATED | SYSTEM_SERVICE_DISASSOCIATED | SYSTEM_POLICY_ASSOCIATED | SYSTEM_POLICY_DISASSOCIATED

Required: Yes

systemArn

ARN identifier.

Type: String

Length Constraints: Minimum length of 31.

Pattern: arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}

Required: Yes

timestamp

The timestamp of the event.

Type: Timestamp

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: