aws.ssm_contacts.list_rotation_shifts
Example SQL Queries
SELECT * FROMaws.ssm_contacts.list_rotation_shiftsWHERE"rotation_id" = 'VALUE'AND "end_time" = 'VALUE';Description
Returns a list of shifts generated by an existing rotation in the system.
Table Definition
| Column Name | Column Data Type |
|---|---|
| end_time Required Input Column The time a shift rotation ends. | TIMESTAMP_S |
| rotation_id Required Input Column The Amazon Resource Name (ARN) of the rotation to retrieve shift information about. | VARCHAR |
| start_time Input Column The time a shift rotation 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 |
| contact_ids The Amazon Resource Names (ARNs) of the contacts who are part of the shift rotation. | VARCHAR[] |
Show child fields
| |
| shift_details Additional information about an on-call rotation shift. | STRUCT( |
Show child fields
| |
| type The type of shift rotation. | VARCHAR |