aws.ssm_contacts.get_rotation_override
Example SQL Queries
SELECT * FROMaws.ssm_contacts.get_rotation_overrideWHERE"rotation_id" = 'VALUE'AND "rotation_override_id" = 'VALUE';Description
Retrieves information about an override to an on-call rotation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| rotation_id Required Input Column The Amazon Resource Name (ARN) of the overridden rotation to retrieve information about. | VARCHAR |
| rotation_override_id Required Input Column The Amazon Resource Name (ARN) of the override to an on-call rotation. | VARCHAR |
| _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 date and time when the override was created. | TIMESTAMP_S |
| end_time The date and time when the override ends. | 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_arn The Amazon Resource Name (ARN) of the on-call rotation that was overridden. | VARCHAR |
| start_time The date and time when the override goes into effect. | TIMESTAMP_S |