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

com.pulumi.aws.dynamodb.kotlin.outputs.GetTableTtl.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.dynamodb.kotlin.outputs

import kotlin.Boolean
import kotlin.String
import kotlin.Suppress

/**
 *
 * @property attributeName
 * @property enabled
 */
public data class GetTableTtl(
    public val attributeName: String,
    public val enabled: Boolean,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.dynamodb.outputs.GetTableTtl): GetTableTtl =
            GetTableTtl(
                attributeName = javaType.attributeName(),
                enabled = javaType.enabled(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy