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

com.pulumi.gcp.secretmanager.kotlin.outputs.GetRegionalSecretsSecretRotation.kt Maven / Gradle / Ivy

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

package com.pulumi.gcp.secretmanager.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property nextRotationTime Timestamp in UTC at which the secret is scheduled to rotate.
 * @property rotationPeriod The Duration between rotation notifications.
 */
public data class GetRegionalSecretsSecretRotation(
    public val nextRotationTime: String,
    public val rotationPeriod: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.secretmanager.outputs.GetRegionalSecretsSecretRotation): GetRegionalSecretsSecretRotation = GetRegionalSecretsSecretRotation(
            nextRotationTime = javaType.nextRotationTime(),
            rotationPeriod = javaType.rotationPeriod(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy