All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.ssm.kotlin.outputs.ContactsRotationRecurrenceWeeklySettingHandOffTime.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.ssm.kotlin.outputs

import kotlin.Int
import kotlin.Suppress

/**
 *
 * @property hourOfDay (Required) The hour of the day.
 * @property minuteOfHour (Required) The minutes of the hour.
 */
public data class ContactsRotationRecurrenceWeeklySettingHandOffTime(
    public val hourOfDay: Int,
    public val minuteOfHour: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.ssm.outputs.ContactsRotationRecurrenceWeeklySettingHandOffTime): ContactsRotationRecurrenceWeeklySettingHandOffTime =
            ContactsRotationRecurrenceWeeklySettingHandOffTime(
                hourOfDay = javaType.hourOfDay(),
                minuteOfHour = javaType.minuteOfHour(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy