DeliveryStreamDescription
Contains information about a Firehose stream.
Contents
- DeliveryStreamARN
-
The Amazon Resource Name (ARN) of the Firehose stream. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
arn:.*:firehose:[a-zA-Z0-9\-]+:\d{12}:deliverystream/[a-zA-Z0-9._-]+
Required: Yes
- DeliveryStreamName
-
The name of the Firehose stream.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_.-]+
Required: Yes
- DeliveryStreamStatus
-
The status of the Firehose stream. If the status of a Firehose stream is
CREATING_FAILED
, this status doesn't change, and you can't invokeCreateDeliveryStream
again on it. However, you can invoke the DeleteDeliveryStream operation to delete it.Type: String
Valid Values:
CREATING | CREATING_FAILED | DELETING | DELETING_FAILED | ACTIVE
Required: Yes
- DeliveryStreamType
-
The Firehose stream type. This can be one of the following values:
-
DirectPut
: Provider applications access the Firehose stream directly. -
KinesisStreamAsSource
: The Firehose stream uses a Kinesis data stream as a source.
Type: String
Valid Values:
DirectPut | KinesisStreamAsSource | MSKAsSource | DatabaseAsSource
Required: Yes
-
- Destinations
-
The destinations.
Type: Array of DestinationDescription objects
Required: Yes
- HasMoreDestinations
-
Indicates whether there are more destinations available to list.
Type: Boolean
Required: Yes
- VersionId
-
Each time the destination is updated for a Firehose stream, the version ID is changed, and the current version ID is required when updating the destination. This is so that the service knows it is applying the changes to the correct version of the delivery stream.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
[0-9]+
Required: Yes
- CreateTimestamp
-
The date and time that the Firehose stream was created.
Type: Timestamp
Required: No
- DeliveryStreamEncryptionConfiguration
-
Indicates the server-side encryption (SSE) status for the Firehose stream.
Type: DeliveryStreamEncryptionConfiguration object
Required: No
- FailureDescription
-
Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.
Type: FailureDescription object
Required: No
- LastUpdateTimestamp
-
The date and time that the Firehose stream was last updated.
Type: Timestamp
Required: No
- Source
-
If the
DeliveryStreamType
parameter isKinesisStreamAsSource
, a SourceDescription object describing the source Kinesis data stream.Type: SourceDescription object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: