Interface IDeliveryStream.Jsii$Default

All Superinterfaces:
IConnectable, IConnectable.Jsii$Default, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, IDeliveryStream, IDeliveryStreamRef, IDeliveryStreamRef.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IGrantable, IGrantable.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IDeliveryStream.Jsii$Proxy
Enclosing interface:
IDeliveryStream

@Internal public static interface IDeliveryStream.Jsii$Default extends IDeliveryStream, IResource.Jsii$Default, IDeliveryStreamRef.Jsii$Default, IConnectable.Jsii$Default, IGrantable.Jsii$Default
Internal default implementation for IDeliveryStream.
  • Method Details

    • getDeliveryStreamArn

      @Stability(Stable) @NotNull default String getDeliveryStreamArn()
      The ARN of the delivery stream.
      Specified by:
      getDeliveryStreamArn in interface IDeliveryStream
    • getDeliveryStreamName

      @Stability(Stable) @NotNull default String getDeliveryStreamName()
      The name of the delivery stream.
      Specified by:
      getDeliveryStreamName in interface IDeliveryStream
    • grant

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

      Specified by:
      grant in interface IDeliveryStream
      Parameters:
      grantee - This parameter is required.
      actions - This parameter is required.
    • grantPutRecords

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

      Specified by:
      grantPutRecords in interface IDeliveryStream
      Parameters:
      grantee - This parameter is required.
    • metric

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

      Specified by:
      metric in interface IDeliveryStream
      Parameters:
      metricName - This parameter is required.
      props -
    • metric

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

      Specified by:
      metric in interface IDeliveryStream
      Parameters:
      metricName - This parameter is required.
    • metricBackupToS3Bytes

      @Stability(Stable) @NotNull default Metric metricBackupToS3Bytes(@Nullable MetricOptions props)
      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.

      Specified by:
      metricBackupToS3Bytes in interface IDeliveryStream
      Parameters:
      props -
    • metricBackupToS3Bytes

      @Stability(Stable) @NotNull default Metric metricBackupToS3Bytes()
      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.

      Specified by:
      metricBackupToS3Bytes in interface IDeliveryStream
    • metricBackupToS3DataFreshness

      @Stability(Stable) @NotNull default Metric metricBackupToS3DataFreshness(@Nullable MetricOptions props)
      Metric for the age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon 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.

      Specified by:
      metricBackupToS3DataFreshness in interface IDeliveryStream
      Parameters:
      props -
    • metricBackupToS3DataFreshness

      @Stability(Stable) @NotNull default Metric metricBackupToS3DataFreshness()
      Metric for the age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon 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.

      Specified by:
      metricBackupToS3DataFreshness in interface IDeliveryStream
    • metricBackupToS3Records

      @Stability(Stable) @NotNull default Metric metricBackupToS3Records(@Nullable MetricOptions props)
      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.

      Specified by:
      metricBackupToS3Records in interface IDeliveryStream
      Parameters:
      props -
    • metricBackupToS3Records

      @Stability(Stable) @NotNull default Metric metricBackupToS3Records()
      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.

      Specified by:
      metricBackupToS3Records in interface IDeliveryStream
    • metricIncomingBytes

      @Stability(Stable) @NotNull default Metric metricIncomingBytes(@Nullable MetricOptions props)
      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.

      Specified by:
      metricIncomingBytes in interface IDeliveryStream
      Parameters:
      props -
    • metricIncomingBytes

      @Stability(Stable) @NotNull default Metric metricIncomingBytes()
      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.

      Specified by:
      metricIncomingBytes in interface IDeliveryStream
    • metricIncomingRecords

      @Stability(Stable) @NotNull default Metric metricIncomingRecords(@Nullable MetricOptions props)
      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.

      Specified by:
      metricIncomingRecords in interface IDeliveryStream
      Parameters:
      props -
    • metricIncomingRecords

      @Stability(Stable) @NotNull default Metric metricIncomingRecords()
      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.

      Specified by:
      metricIncomingRecords in interface IDeliveryStream