Package-level declarations

Types

Link copied to clipboard
data class ContactChannelTargetInfoArgs(val channelId: Output<String>, val retryIntervalInMinutes: Output<Int>) : ConvertibleToJava<ContactChannelTargetInfoArgs>

Information about the contact channel that SSM Incident Manager uses to engage the contact.

Link copied to clipboard
data class ContactStageArgs(val durationInMinutes: Output<Int>? = null, val rotationIds: Output<List<String>>? = null, val targets: Output<List<ContactTargetsArgs>>? = null) : ConvertibleToJava<ContactStageArgs>

A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.

Link copied to clipboard
Link copied to clipboard
data class ContactTargetInfoArgs(val contactId: Output<String>, val isEssential: Output<Boolean>) : ConvertibleToJava<ContactTargetInfoArgs>

The contact that SSM Incident Manager is engaging during an incident.

Link copied to clipboard
data class ContactTargetsArgs(val channelTargetInfo: Output<ContactChannelTargetInfoArgs>? = null, val contactTargetInfo: Output<ContactTargetInfoArgs>? = null) : ConvertibleToJava<ContactTargetsArgs>

The contacts or contact methods that the escalation plan or engagement plan is engaging.

Link copied to clipboard
Link copied to clipboard
data class GetContactChannelPlainArgs(val arn: String) : ConvertibleToJava<GetContactChannelPlainArgs>
Link copied to clipboard
data class GetContactPlainArgs(val arn: String) : ConvertibleToJava<GetContactPlainArgs>
Link copied to clipboard
data class GetPlanPlainArgs(val arn: String) : ConvertibleToJava<GetPlanPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetRotationPlainArgs(val arn: String) : ConvertibleToJava<GetRotationPlainArgs>
Link copied to clipboard
data class PlanChannelTargetInfoArgs(val channelId: Output<String>, val retryIntervalInMinutes: Output<Int>) : ConvertibleToJava<PlanChannelTargetInfoArgs>

Information about the contact channel that SSM Incident Manager uses to engage the contact.

Link copied to clipboard
data class PlanContactTargetInfoArgs(val contactId: Output<String>, val isEssential: Output<Boolean>) : ConvertibleToJava<PlanContactTargetInfoArgs>

The contact that SSM Incident Manager is engaging during an incident.

Link copied to clipboard
data class PlanStageArgs(val durationInMinutes: Output<Int>, val targets: Output<List<PlanTargetsArgs>>? = null) : ConvertibleToJava<PlanStageArgs>

A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.

Link copied to clipboard
Link copied to clipboard
data class PlanTargetsArgs(val channelTargetInfo: Output<PlanChannelTargetInfoArgs>? = null, val contactTargetInfo: Output<PlanContactTargetInfoArgs>? = null) : ConvertibleToJava<PlanTargetsArgs>

The contacts or contact methods that the escalation plan or engagement plan is engaging.

Link copied to clipboard
Link copied to clipboard
data class RotationCoverageTimeArgs(val endTime: Output<String>, val startTime: Output<String>) : ConvertibleToJava<RotationCoverageTimeArgs>

StartTime and EndTime for the Shift

Link copied to clipboard
data class RotationMonthlySettingArgs(val dayOfMonth: Output<Int>, val handOffTime: Output<String>) : ConvertibleToJava<RotationMonthlySettingArgs>

DayOfWeek for Month and HandOff Time for Monthly Recurring Rotation.

Link copied to clipboard
data class RotationRecurrenceSettingsArgs(val dailySettings: Output<List<String>>? = null, val monthlySettings: Output<List<RotationMonthlySettingArgs>>? = null, val numberOfOnCalls: Output<Int>? = null, val recurrenceMultiplier: Output<Int>? = null, val shiftCoverages: Output<List<RotationShiftCoverageArgs>>? = null, val weeklySettings: Output<List<RotationWeeklySettingArgs>>? = null) : ConvertibleToJava<RotationRecurrenceSettingsArgs>

Information about when an on-call rotation is in effect and how long the rotation period lasts.

Link copied to clipboard
data class RotationShiftCoverageArgs(val coverageTimes: Output<List<RotationCoverageTimeArgs>>, val dayOfWeek: Output<RotationDayOfWeek>) : ConvertibleToJava<RotationShiftCoverageArgs>

Information about the days of the week included in on-call rotation coverage.

Link copied to clipboard
data class RotationWeeklySettingArgs(val dayOfWeek: Output<RotationDayOfWeek>, val handOffTime: Output<String>) : ConvertibleToJava<RotationWeeklySettingArgs>

DayOfWeek for Rotation and HandOff Time for Weekly Recurring Rotation.