pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.ssm.kotlin.outputs
/
GetContactsRotationRecurrence
Get
Contacts
Rotation
Recurrence
data
class
GetContactsRotationRecurrence
(
val
dailySettings
:
List
<
Any
>
,
val
monthlySettings
:
List
<
Any
>
,
val
numberOfOnCalls
:
Int
,
val
recurrenceMultiplier
:
Int
,
val
shiftCoverages
:
List
<
Any
>
,
val
weeklySettings
:
List
<
Any
>
)
Types
Constructors
Properties
Constructors
Get
Contacts
Rotation
Recurrence
Link copied to clipboard
fun
GetContactsRotationRecurrence
(
dailySettings
:
List
<
Any
>
,
monthlySettings
:
List
<
Any
>
,
numberOfOnCalls
:
Int
,
recurrenceMultiplier
:
Int
,
shiftCoverages
:
List
<
Any
>
,
weeklySettings
:
List
<
Any
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
daily
Settings
Link copied to clipboard
val
dailySettings
:
List
<
Any
>
monthly
Settings
Link copied to clipboard
val
monthlySettings
:
List
<
Any
>
number
Of
On
Calls
Link copied to clipboard
val
numberOfOnCalls
:
Int
recurrence
Multiplier
Link copied to clipboard
val
recurrenceMultiplier
:
Int
shift
Coverages
Link copied to clipboard
val
shiftCoverages
:
List
<
Any
>
weekly
Settings
Link copied to clipboard
val
weeklySettings
:
List
<
Any
>