Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnTable.ContributorInsightsSpecificationProperty
Packages that use CfnTable.ContributorInsightsSpecificationProperty
-
Uses of CfnTable.ContributorInsightsSpecificationProperty in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement CfnTable.ContributorInsightsSpecificationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnTable.ContributorInsightsSpecificationPropertyMethods in software.amazon.awscdk.services.dynamodb that return CfnTable.ContributorInsightsSpecificationPropertyModifier and TypeMethodDescriptionCfnTable.ContributorInsightsSpecificationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb with parameters of type CfnTable.ContributorInsightsSpecificationPropertyModifier and TypeMethodDescriptionCfnTable.Builder.contributorInsightsSpecification(CfnTable.ContributorInsightsSpecificationProperty contributorInsightsSpecification) The settings used to enable or disable CloudWatch Contributor Insights for the specified table.CfnTable.GlobalSecondaryIndexProperty.Builder.contributorInsightsSpecification(CfnTable.ContributorInsightsSpecificationProperty contributorInsightsSpecification) CfnTableProps.Builder.contributorInsightsSpecification(CfnTable.ContributorInsightsSpecificationProperty contributorInsightsSpecification) Sets the value ofCfnTableProps.getContributorInsightsSpecification()voidCfnTable.setContributorInsightsSpecification(CfnTable.ContributorInsightsSpecificationProperty value) The settings used to enable or disable CloudWatch Contributor Insights for the specified table.