SSMContacts / Client / get_rotation_override

get_rotation_override#

SSMContacts.Client.get_rotation_override(**kwargs)#

Retrieves information about an override to an on-call rotation.

See also: AWS API Documentation

Request Syntax

response = client.get_rotation_override(
    RotationId='string',
    RotationOverrideId='string'
)
Parameters:
  • RotationId (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the overridden rotation to retrieve information about.

  • RotationOverrideId (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the on-call rotation override to retrieve information about.

Return type:

dict

Returns:

Response Syntax

{
    'RotationOverrideId': 'string',
    'RotationArn': 'string',
    'NewContactIds': [
        'string',
    ],
    'StartTime': datetime(2015, 1, 1),
    'EndTime': datetime(2015, 1, 1),
    'CreateTime': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • RotationOverrideId (string) –

      The Amazon Resource Name (ARN) of the override to an on-call rotation.

    • RotationArn (string) –

      The Amazon Resource Name (ARN) of the on-call rotation that was overridden.

    • NewContactIds (list) –

      The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.

      • (string) –

    • StartTime (datetime) –

      The date and time when the override goes into effect.

    • EndTime (datetime) –

      The date and time when the override ends.

    • CreateTime (datetime) –

      The date and time when the override was created.

Exceptions