![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.dynamodb.kotlin.outputs.TableContributorInsightsSpecification.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.dynamodb.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
* The settings used to enable or disable CloudWatch Contributor Insights.
* @property enabled Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
*/
public data class TableContributorInsightsSpecification(
public val enabled: Boolean,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.dynamodb.outputs.TableContributorInsightsSpecification): TableContributorInsightsSpecification = TableContributorInsightsSpecification(
enabled = javaType.enabled(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy