Skip to content

DynamoDB  >  Structures  >  ContributorInsightsSummary

ContributorInsightsSummary

Structure Class

ContributorInsightsSummary dataclass

Represents a Contributor Insights summary entry.

Attributes

contributor_insights_mode class-attribute instance-attribute
contributor_insights_mode: ContributorInsightsMode | None = None

Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.

contributor_insights_status class-attribute instance-attribute
contributor_insights_status: ContributorInsightsStatus | None = None

Describes the current status for contributor insights for the given table and index, if applicable.

index_name class-attribute instance-attribute
index_name: str | None = None

Name of the index associated with the summary, if any.

table_name class-attribute instance-attribute
table_name: str | None = None

Name of the table associated with the summary.