You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* achieve higher throughput per producer than when writing single records. To write single
42
42
* data records into a delivery stream, use <a>PutRecord</a>. Applications using
43
43
* these operations are referred to as producers.</p>
44
+
* <p>Kinesis Data Firehose accumulates and publishes a particular metric for a customer account in one minute intervals. It is possible that the bursts of incoming bytes/records ingested to a delivery stream last only for a few seconds. Due to this, the actual spikes in the traffic might not be fully visible in the customer's 1 minute CloudWatch metrics.</p>
44
45
* <p>For information about service quota, see <a href="https://docs.aws.amazon.com/firehose/latest/dev/limits.html">Amazon Kinesis Data Firehose
45
46
* Quota</a>.</p>
46
47
* <p>Each <a>PutRecordBatch</a> request supports up to 500 records. Each record
* operations for each delivery stream. For more information about limits and how to request
47
47
* an increase, see <a href="https://docs.aws.amazon.com/firehose/latest/dev/limits.html">Amazon
48
48
* Kinesis Data Firehose Limits</a>. </p>
49
+
* <p>Kinesis Data Firehose accumulates and publishes a particular metric for a customer account in one minute intervals. It is possible that the bursts of incoming bytes/records ingested to a delivery stream last only for a few seconds. Due to this, the actual spikes in the traffic might not be fully visible in the customer's 1 minute CloudWatch metrics.</p>
49
50
* <p>You must specify the name of the delivery stream and the data record when using <a>PutRecord</a>. The data record consists of a data blob that can be up to 1,000
50
51
* KiB in size, and any kind of data. For example, it can be a segment from a log file,
51
52
* geographic location data, website clickstream data, and so on.</p>
* CMK is of type <code>CUSTOMER_MANAGED_CMK</code>, Kinesis Data Firehose creates a grant
63
63
* that enables it to use the new CMK to encrypt and decrypt data and to manage the
64
64
* grant.</p>
65
+
* <p>For the KMS grant creation to be successful, Kinesis Data Firehose APIs <code>StartDeliveryStreamEncryption</code> and <code>CreateDeliveryStream</code> should not be called with session credentials that are more than 6 hours old.</p>
65
66
* <p>If a delivery stream already has encryption enabled and then you invoke this operation
66
67
* to change the ARN of the CMK or both its type and ARN and you get
67
68
* <code>ENABLING_FAILED</code>, this only means that the attempt to change the CMK failed.
0 commit comments