aws.ssm_contacts.list_rotation_overrides
Example SQL Queries
SELECT * FROMaws.ssm_contacts.list_rotation_overridesWHERE"rotation_id" = 'VALUE'AND "start_time" = 'VALUE'AND "end_time" = 'VALUE';Description
Retrieves a list of overrides currently specified for an on-call rotation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| end_time Required Input Column The time a rotation override ends. | TIMESTAMP_S |
| rotation_id Required Input Column The Amazon Resource Name (ARN) of the rotation to retrieve information about. | VARCHAR |
| start_time Required Input Column The time a rotation override begins. | TIMESTAMP_S |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| create_time The time a rotation override was created. | TIMESTAMP_S |
| new_contact_ids The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation. | VARCHAR[] |
Show child fields
| |
| rotation_override_id The Amazon Resource Name (ARN) of the override to an on-call rotation. | VARCHAR |