Skip to content

Get Rotation Override

ssmcontacts_get_rotation_override R Documentation

Retrieves information about an override to an on-call rotation

Description

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

Usage

ssmcontacts_get_rotation_override(RotationId, RotationOverrideId)

Arguments

RotationId

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

RotationOverrideId

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

Value

A list with the following syntax:

list(
  RotationOverrideId = "string",
  RotationArn = "string",
  NewContactIds = list(
    "string"
  ),
  StartTime = as.POSIXct(
    "2015-01-01"
  ),
  EndTime = as.POSIXct(
    "2015-01-01"
  ),
  CreateTime = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$get_rotation_override(
  RotationId = "string",
  RotationOverrideId = "string"
)