
com.pulumi.aws.elasticsearch.kotlin.outputs.GetDomainSnapshotOption.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.elasticsearch.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property automatedSnapshotStartHour Hour during which the service takes an automated daily snapshot of the indices in the domain.
*/
public data class GetDomainSnapshotOption(
public val automatedSnapshotStartHour: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.elasticsearch.outputs.GetDomainSnapshotOption): GetDomainSnapshotOption = GetDomainSnapshotOption(
automatedSnapshotStartHour = javaType.automatedSnapshotStartHour(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy