/AWS1/CL_DYNCONTRIBINSIGHTSS00¶
Represents a Contributor Insights summary entry.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_tablename
TYPE /AWS1/DYNTABLENAME
/AWS1/DYNTABLENAME
¶
Name of the table associated with the summary.
iv_indexname
TYPE /AWS1/DYNINDEXNAME
/AWS1/DYNINDEXNAME
¶
Name of the index associated with the summary, if any.
iv_contributorinsightsstatus
TYPE /AWS1/DYNCONTRIBINSIGHTSSTATUS
/AWS1/DYNCONTRIBINSIGHTSSTATUS
¶
Describes the current status for contributor insights for the given table and index, if applicable.
iv_contributorinsightsmode
TYPE /AWS1/DYNCONTRIBINSIGHTSMODE
/AWS1/DYNCONTRIBINSIGHTSMODE
¶
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.
Queryable Attributes¶
TableName¶
Name of the table associated with the summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TABLENAME() |
Getter for TABLENAME, with configurable default |
ASK_TABLENAME() |
Getter for TABLENAME w/ exceptions if field has no value |
HAS_TABLENAME() |
Determine if TABLENAME has a value |
IndexName¶
Name of the index associated with the summary, if any.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INDEXNAME() |
Getter for INDEXNAME, with configurable default |
ASK_INDEXNAME() |
Getter for INDEXNAME w/ exceptions if field has no value |
HAS_INDEXNAME() |
Determine if INDEXNAME has a value |
ContributorInsightsStatus¶
Describes the current status for contributor insights for the given table and index, if applicable.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTRIBINSIGHTSSTATUS() |
Getter for CONTRIBUTORINSIGHTSSTATUS, with configurable defa |
ASK_CONTRIBINSIGHTSSTATUS() |
Getter for CONTRIBUTORINSIGHTSSTATUS w/ exceptions if field |
HAS_CONTRIBINSIGHTSSTATUS() |
Determine if CONTRIBUTORINSIGHTSSTATUS has a value |
ContributorInsightsMode¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTRIBUTORINSIGHTSMODE() |
Getter for CONTRIBUTORINSIGHTSMODE, with configurable defaul |
ASK_CONTRIBUTORINSIGHTSMODE() |
Getter for CONTRIBUTORINSIGHTSMODE w/ exceptions if field ha |
HAS_CONTRIBUTORINSIGHTSMODE() |
Determine if CONTRIBUTORINSIGHTSMODE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONTRIBINSIGHTSSUMMARIES
¶
TYPES TT_CONTRIBINSIGHTSSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNCONTRIBINSIGHTSS00 WITH DEFAULT KEY
.