Interface IDeliveryStream

All Superinterfaces:
IConnectable, IConstruct, software.constructs.IConstruct, IDependable, IGrantable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IDeliveryStream.Jsii$Default
All Known Implementing Classes:
DeliveryStream, IDeliveryStream.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.098Z") @Stability(Experimental) public interface IDeliveryStream extends software.amazon.jsii.JsiiSerializable, IResource, IGrantable, IConnectable
(experimental) Represents a Kinesis Data Firehose delivery stream.
  • Method Details

    • getDeliveryStreamArn

      @Stability(Experimental) @NotNull String getDeliveryStreamArn()
      (experimental) The ARN of the delivery stream.
    • getDeliveryStreamName

      @Stability(Experimental) @NotNull String getDeliveryStreamName()
      (experimental) The name of the delivery stream.
    • grant

      @Stability(Experimental) @NotNull Grant grant(@NotNull IGrantable grantee, @NotNull @NotNull String... actions)
      (experimental) Grant the grantee identity permissions to perform actions.

      Parameters:
      grantee - This parameter is required.
      actions - This parameter is required.
    • grantPutRecords

      @Stability(Experimental) @NotNull Grant grantPutRecords(@NotNull IGrantable grantee)
      (experimental) Grant the grantee identity permissions to perform firehose:PutRecord and firehose:PutRecordBatch actions on this delivery stream.

      Parameters:
      grantee - This parameter is required.
    • metric

      @Stability(Experimental) @NotNull Metric metric(@NotNull String metricName, @Nullable MetricOptions props)
      (experimental) Return the given named metric for this delivery stream.

      Parameters:
      metricName - This parameter is required.
      props -
    • metric

      @Stability(Experimental) @NotNull Metric metric(@NotNull String metricName)
      (experimental) Return the given named metric for this delivery stream.

      Parameters:
      metricName - This parameter is required.
    • metricBackupToS3Bytes

      @Stability(Experimental) @NotNull Metric metricBackupToS3Bytes(@Nullable MetricOptions props)
      (experimental) Metric for the number of bytes delivered to Amazon S3 for backup over the specified time period.

      By default, this metric will be calculated as an average over a period of 5 minutes.

      Parameters:
      props -
    • metricBackupToS3Bytes

      @Stability(Experimental) @NotNull Metric metricBackupToS3Bytes()
      (experimental) Metric for the number of bytes delivered to Amazon S3 for backup over the specified time period.

      By default, this metric will be calculated as an average over a period of 5 minutes.

    • metricBackupToS3DataFreshness

      @Stability(Experimental) @NotNull Metric metricBackupToS3DataFreshness(@Nullable MetricOptions props)
      (experimental) Metric for the age (from getting into Kinesis Data Firehose to now) of the oldest record in Kinesis Data Firehose.

      Any record older than this age has been delivered to the Amazon S3 bucket for backup.

      By default, this metric will be calculated as an average over a period of 5 minutes.

      Parameters:
      props -
    • metricBackupToS3DataFreshness

      @Stability(Experimental) @NotNull Metric metricBackupToS3DataFreshness()
      (experimental) Metric for the age (from getting into Kinesis Data Firehose to now) of the oldest record in Kinesis Data Firehose.

      Any record older than this age has been delivered to the Amazon S3 bucket for backup.

      By default, this metric will be calculated as an average over a period of 5 minutes.

    • metricBackupToS3Records

      @Stability(Experimental) @NotNull Metric metricBackupToS3Records(@Nullable MetricOptions props)
      (experimental) Metric for the number of records delivered to Amazon S3 for backup over the specified time period.

      By default, this metric will be calculated as an average over a period of 5 minutes.

      Parameters:
      props -
    • metricBackupToS3Records

      @Stability(Experimental) @NotNull Metric metricBackupToS3Records()
      (experimental) Metric for the number of records delivered to Amazon S3 for backup over the specified time period.

      By default, this metric will be calculated as an average over a period of 5 minutes.

    • metricIncomingBytes

      @Stability(Experimental) @NotNull Metric metricIncomingBytes(@Nullable MetricOptions props)
      (experimental) Metric for the number of bytes ingested successfully into the delivery stream over the specified time period after throttling.

      By default, this metric will be calculated as an average over a period of 5 minutes.

      Parameters:
      props -
    • metricIncomingBytes

      @Stability(Experimental) @NotNull Metric metricIncomingBytes()
      (experimental) Metric for the number of bytes ingested successfully into the delivery stream over the specified time period after throttling.

      By default, this metric will be calculated as an average over a period of 5 minutes.

    • metricIncomingRecords

      @Stability(Experimental) @NotNull Metric metricIncomingRecords(@Nullable MetricOptions props)
      (experimental) Metric for the number of records ingested successfully into the delivery stream over the specified time period after throttling.

      By default, this metric will be calculated as an average over a period of 5 minutes.

      Parameters:
      props -
    • metricIncomingRecords

      @Stability(Experimental) @NotNull Metric metricIncomingRecords()
      (experimental) Metric for the number of records ingested successfully into the delivery stream over the specified time period after throttling.

      By default, this metric will be calculated as an average over a period of 5 minutes.