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

com.pulumi.aws.opensearch.kotlin.outputs.DomainAutoTuneOptionsMaintenanceScheduleDuration.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.opensearch.kotlin.outputs

import kotlin.Int
import kotlin.String
import kotlin.Suppress

/**
 *
 * @property unit Unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`.
 * @property value An integer specifying the value of the duration of an Auto-Tune maintenance window.
 */
public data class DomainAutoTuneOptionsMaintenanceScheduleDuration(
    public val unit: String,
    public val `value`: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.opensearch.outputs.DomainAutoTuneOptionsMaintenanceScheduleDuration): DomainAutoTuneOptionsMaintenanceScheduleDuration =
            DomainAutoTuneOptionsMaintenanceScheduleDuration(
                unit = javaType.unit(),
                `value` = javaType.`value`(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy