Rotation Args
data class RotationArgs(val contactIds: Output<List<String>>? = null, val name: Output<String>? = null, val recurrence: Output<RotationRecurrenceSettingsArgs>? = null, val startTime: Output<String>? = null, val tags: Output<List<RotationTagArgs>>? = null, val timeZoneId: Output<String>? = null) : ConvertibleToJava<RotationArgs>
Resource Type definition for AWS::SSMContacts::Rotation.
Constructors
Link copied to clipboard
fun RotationArgs(contactIds: Output<List<String>>? = null, name: Output<String>? = null, recurrence: Output<RotationRecurrenceSettingsArgs>? = null, startTime: Output<String>? = null, tags: Output<List<RotationTagArgs>>? = null, timeZoneId: Output<String>? = null)