TableContributorInsightsSpecificationArgs

data class TableContributorInsightsSpecificationArgs(val enabled: Output<Boolean>) : ConvertibleToJava<TableContributorInsightsSpecificationArgs>

The settings used to enable or disable CloudWatch Contributor Insights.

Constructors

constructor(enabled: Output<Boolean>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).

Functions

Link copied to clipboard
open override fun toJava(): TableContributorInsightsSpecificationArgs