GlobalTableContributorInsightsSpecificationArgs

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

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(): GlobalTableContributorInsightsSpecificationArgs