Class CfnGlobalTable.ContributorInsightsSpecificationProperty
Configures contributor insights settings for a replica or one of its indexes.
Inheritance
Namespace: Amazon.CDK.AWS.DynamoDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ContributorInsightsSpecificationProperty : Object, CfnGlobalTable.IContributorInsightsSpecificationProperty
Syntax (vb)
Public Class ContributorInsightsSpecificationProperty
Inherits Object
Implements CfnGlobalTable.IContributorInsightsSpecificationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DynamoDB;
var contributorInsightsSpecificationProperty = new ContributorInsightsSpecificationProperty {
Enabled = false
};
Synopsis
Constructors
Contributor |
Properties
Enabled | Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false). |
Constructors
ContributorInsightsSpecificationProperty()
public ContributorInsightsSpecificationProperty()
Properties
Enabled
Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
public object Enabled { get; set; }
Property Value
System.