Show / Hide Table of Contents

Class CfnGlobalTable.ContributorInsightsSpecificationProperty

Configures contributor insights settings for a replica or one of its indexes.

Inheritance
object
CfnGlobalTable.ContributorInsightsSpecificationProperty
Implements
CfnGlobalTable.IContributorInsightsSpecificationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DynamoDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGlobalTable.ContributorInsightsSpecificationProperty : CfnGlobalTable.IContributorInsightsSpecificationProperty
Syntax (vb)
Public Class CfnGlobalTable.ContributorInsightsSpecificationProperty Implements CfnGlobalTable.IContributorInsightsSpecificationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-contributorinsightsspecification.html

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

ContributorInsightsSpecificationProperty()

Configures contributor insights settings for a replica or one of its indexes.

Properties

Enabled

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

Constructors

ContributorInsightsSpecificationProperty()

Configures contributor insights settings for a replica or one of its indexes.

public ContributorInsightsSpecificationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-contributorinsightsspecification.html

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
             };

Properties

Enabled

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

public object Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-contributorinsightsspecification.html#cfn-dynamodb-globaltable-contributorinsightsspecification-enabled

Implements

CfnGlobalTable.IContributorInsightsSpecificationProperty
Back to top Generated by DocFX