Skip to content

Describe Account Settings

kinesis_describe_account_settings R Documentation

Describes the account-level settings for Amazon Kinesis Data Streams

Description

Describes the account-level settings for Amazon Kinesis Data Streams. This operation returns information about the minimum throughput billing commitments and other account-level configurations.

This API has a call limit of 5 transactions per second (TPS) for each Amazon Web Services account. TPS over 5 will initiate the LimitExceededException.

Usage

kinesis_describe_account_settings()

Value

A list with the following syntax:

list(
  MinimumThroughputBillingCommitment = list(
    Status = "ENABLED"|"DISABLED"|"ENABLED_UNTIL_EARLIEST_ALLOWED_END",
    StartedAt = as.POSIXct(
      "2015-01-01"
    ),
    EndedAt = as.POSIXct(
      "2015-01-01"
    ),
    EarliestAllowedEndAt = as.POSIXct(
      "2015-01-01"
    )
  )
)

Request syntax

svc$describe_account_settings()