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

com.pulumi.aws.secretsmanager.kotlin.outputs.GetSecretRotationRotationRule.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.secretsmanager.kotlin.outputs

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

/**
 *
 * @property automaticallyAfterDays
 * @property duration
 * @property scheduleExpression
 */
public data class GetSecretRotationRotationRule(
    public val automaticallyAfterDays: Int,
    public val duration: String,
    public val scheduleExpression: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.secretsmanager.outputs.GetSecretRotationRotationRule): GetSecretRotationRotationRule = GetSecretRotationRotationRule(
            automaticallyAfterDays = javaType.automaticallyAfterDays(),
            duration = javaType.duration(),
            scheduleExpression = javaType.scheduleExpression(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy