Class CfnDeliveryStream
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:45.276Z")
@Stability(Stable)
public class CfnDeliveryStream
extends CfnResource
implements IInspectable, ITaggable
The
AWS::KinesisFirehose::DeliveryStream
resource specifies an Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivery stream that delivers real-time streaming data to an Amazon Simple Storage Service (Amazon S3), Amazon Redshift, or Amazon Elasticsearch Service (Amazon ES) destination.
For more information, see Creating an Amazon Kinesis Data Firehose Delivery Stream in the Amazon Kinesis Data Firehose Developer Guide .
Example:
Bucket destinationBucket = new Bucket(this, "Bucket"); Role deliveryStreamRole = Role.Builder.create(this, "Role") .assumedBy(new ServicePrincipal("firehose.amazonaws.com")) .build(); CfnDeliveryStream stream = CfnDeliveryStream.Builder.create(this, "MyStream") .deliveryStreamName("amazon-apigateway-delivery-stream") .s3DestinationConfiguration(S3DestinationConfigurationProperty.builder() .bucketArn(destinationBucket.getBucketArn()) .roleArn(deliveryStreamRole.getRoleArn()) .build()) .build(); RestApi api = RestApi.Builder.create(this, "books") .deployOptions(StageOptions.builder() .accessLogDestination(new FirehoseLogDestination(stream)) .accessLogFormat(AccessLogFormat.jsonWithStandardFields()) .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.static interface
Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.static interface
Configures retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service.static interface
Describes the buffering to perform before delivering data to the Amazon OpenSearch Service destination.static interface
Describes the configuration of a destination in Amazon OpenSearch Service.static interface
Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service.static interface
The authentication configuration of the Amazon MSK cluster.static interface
TheBufferingHints
property type specifies how Amazon Kinesis Data Firehose (Kinesis Data Firehose) buffers incoming data before delivering it to the destination.static final class
A fluent builder forCfnDeliveryStream
.static interface
Describes the containers where the destination Apache Iceberg Tables are persisted.static interface
TheCloudWatchLoggingOptions
property type specifies Amazon CloudWatch Logs (CloudWatch Logs) logging options that Amazon Kinesis Data Firehose (Kinesis Data Firehose) uses for the delivery stream.static interface
TheCopyCommand
property type configures the Amazon RedshiftCOPY
command that Amazon Kinesis Data Firehose (Kinesis Data Firehose) uses to load data into an Amazon Redshift cluster from an Amazon S3 bucket.static interface
Specifies that you want Kinesis Data Firehose to convert data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.static interface
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).static interface
The deserializer you want Kinesis Data Firehose to use for converting the input data from JSON.static interface
Describes the configuration of a destination in Apache Iceberg Tables.static interface
Indicates the method for setting up document ID.static interface
TheDynamicPartitioningConfiguration
property type specifies the configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.static interface
TheElasticsearchBufferingHints
property type specifies how Amazon Kinesis Data Firehose (Kinesis Data Firehose) buffers incoming data while delivering it to the destination.static interface
TheElasticsearchDestinationConfiguration
property type specifies an Amazon Elasticsearch Service (Amazon ES) domain that Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data to.static interface
TheElasticsearchRetryOptions
property type configures the retry behavior for when Amazon Kinesis Data Firehose (Kinesis Data Firehose) can't deliver data to Amazon Elasticsearch Service (Amazon ES).static interface
TheEncryptionConfiguration
property type specifies the encryption settings that Amazon Kinesis Data Firehose (Kinesis Data Firehose) uses when delivering data to Amazon Simple Storage Service (Amazon S3).static interface
TheExtendedS3DestinationConfiguration
property type configures an Amazon S3 destination for an Amazon Kinesis Data Firehose delivery stream.static interface
The native Hive / HCatalog JsonSerDe.static interface
Describes the metadata that's delivered to the specified HTTP endpoint destination.static interface
Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data.static interface
Describes the configuration of the HTTP endpoint destination.static interface
The configuration of the HTTP endpoint request.static interface
Specifies the destination configure settings for Apache Iceberg Table.static interface
Specifies the deserializer you want to use to convert the format of the input data.static interface
TheKinesisStreamSourceConfiguration
property type specifies the stream and role Amazon Resource Names (ARNs) for a Kinesis stream used as the source for a delivery stream.static interface
TheKMSEncryptionConfig
property type specifies the AWS Key Management Service ( AWS KMS) encryption key that Amazon Simple Storage Service (Amazon S3) uses to encrypt data delivered by the Amazon Kinesis Data Firehose (Kinesis Data Firehose) stream.static interface
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.static interface
The OpenX SerDe.static interface
A serializer to use for converting data to the ORC format before storing it in Amazon S3.static interface
Specifies the serializer that you want Firehose to use to convert the format of your data before it writes it to Amazon S3.static interface
A serializer to use for converting data to the Parquet format before storing it in Amazon S3.static interface
TheProcessingConfiguration
property configures data processing for an Amazon Kinesis Data Firehose delivery stream.static interface
TheProcessorParameter
property specifies a processor parameter in a data processor for an Amazon Kinesis Data Firehose delivery stream.static interface
TheProcessor
property specifies a data processor for an Amazon Kinesis Data Firehose delivery stream.static interface
TheRedshiftDestinationConfiguration
property type specifies an Amazon Redshift cluster to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.static interface
Configures retry behavior in case Firehose is unable to deliver documents to Amazon Redshift.static interface
Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.static interface
TheS3DestinationConfiguration
property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.static interface
Specifies the schema to which you want Firehose to configure your data before it writes it to Amazon S3.static interface
The structure that defines how Firehose accesses the secret.static interface
The serializer that you want Firehose to use to convert data to the target format before writing it to Amazon S3.static interface
Describes the buffering to perform before delivering data to the Snowflake destination.static interface
Configure Snowflake destination.static interface
Specify how long Firehose retries sending data to the New Relic HTTP endpoint.static interface
Optionally configure a Snowflake role.static interface
Configure a Snowflake VPC.static interface
The buffering options.static interface
TheSplunkDestinationConfiguration
property type specifies the configuration of a destination in Splunk for a Kinesis Data Firehose delivery stream.static interface
TheSplunkRetryOptions
property type specifies retry behavior in case Kinesis Data Firehose is unable to deliver documents to Splunk or if it doesn't receive an acknowledgment from Splunk.static interface
The details of the VPC of the Amazon ES destination.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnDeliveryStream
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnDeliveryStream
(software.amazon.jsii.JsiiObjectRef objRef) CfnDeliveryStream
(software.constructs.Construct scope, String id) CfnDeliveryStream
(software.constructs.Construct scope, String id, CfnDeliveryStreamProps props) -
Method Summary
Modifier and TypeMethodDescriptionDescribes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.The destination in Amazon OpenSearch Service.The Amazon Resource Name (ARN) of the delivery stream, such asarn:aws:firehose:us-east-2:123456789012:deliverystream/delivery-stream-name
.Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).The name of the Firehose stream.The Firehose stream type.An Amazon ES destination for the delivery stream.An Amazon S3 destination for the delivery stream.Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.Specifies the destination configure settings for Apache Iceberg Table.When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.An Amazon Redshift destination for the delivery stream.TheS3DestinationConfiguration
property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.Configure Snowflake destination.The configuration of a destination in Splunk for the delivery stream.getTags()
Tag Manager which manages the tags for this resource.A set of tags to assign to the Firehose stream.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.void
setAmazonOpenSearchServerlessDestinationConfiguration
(CfnDeliveryStream.AmazonOpenSearchServerlessDestinationConfigurationProperty value) Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.void
The destination in Amazon OpenSearch Service.void
setAmazonopensearchserviceDestinationConfiguration
(CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty value) The destination in Amazon OpenSearch Service.void
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).void
setDeliveryStreamEncryptionConfigurationInput
(CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty value) Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).void
setDeliveryStreamName
(String value) The name of the Firehose stream.void
setDeliveryStreamType
(String value) The Firehose stream type.void
An Amazon ES destination for the delivery stream.void
setElasticsearchDestinationConfiguration
(CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty value) An Amazon ES destination for the delivery stream.void
An Amazon S3 destination for the delivery stream.void
setExtendedS3DestinationConfiguration
(CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty value) An Amazon S3 destination for the delivery stream.void
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.void
setHttpEndpointDestinationConfiguration
(CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty value) Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.void
Specifies the destination configure settings for Apache Iceberg Table.void
Specifies the destination configure settings for Apache Iceberg Table.void
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.void
setKinesisStreamSourceConfiguration
(CfnDeliveryStream.KinesisStreamSourceConfigurationProperty value) When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.void
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.void
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.void
An Amazon Redshift destination for the delivery stream.void
setRedshiftDestinationConfiguration
(CfnDeliveryStream.RedshiftDestinationConfigurationProperty value) An Amazon Redshift destination for the delivery stream.void
TheS3DestinationConfiguration
property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.void
TheS3DestinationConfiguration
property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.void
Configure Snowflake destination.void
setSnowflakeDestinationConfiguration
(CfnDeliveryStream.SnowflakeDestinationConfigurationProperty value) Configure Snowflake destination.void
The configuration of a destination in Splunk for the delivery stream.void
The configuration of a destination in Splunk for the delivery stream.void
setTagsRaw
(List<CfnTag> value) A set of tags to assign to the Firehose stream.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnDeliveryStream
protected CfnDeliveryStream(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDeliveryStream
protected CfnDeliveryStream(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDeliveryStream
@Stability(Stable) public CfnDeliveryStream(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnDeliveryStreamProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnDeliveryStream
@Stability(Stable) public CfnDeliveryStream(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the delivery stream, such asarn:aws:firehose:us-east-2:123456789012:deliverystream/delivery-stream-name
. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getAmazonOpenSearchServerlessDestinationConfiguration
Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service. -
setAmazonOpenSearchServerlessDestinationConfiguration
@Stability(Stable) public void setAmazonOpenSearchServerlessDestinationConfiguration(@Nullable IResolvable value) Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service. -
setAmazonOpenSearchServerlessDestinationConfiguration
@Stability(Stable) public void setAmazonOpenSearchServerlessDestinationConfiguration(@Nullable CfnDeliveryStream.AmazonOpenSearchServerlessDestinationConfigurationProperty value) Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service. -
getAmazonopensearchserviceDestinationConfiguration
The destination in Amazon OpenSearch Service. -
setAmazonopensearchserviceDestinationConfiguration
@Stability(Stable) public void setAmazonopensearchserviceDestinationConfiguration(@Nullable IResolvable value) The destination in Amazon OpenSearch Service. -
setAmazonopensearchserviceDestinationConfiguration
@Stability(Stable) public void setAmazonopensearchserviceDestinationConfiguration(@Nullable CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty value) The destination in Amazon OpenSearch Service. -
getDeliveryStreamEncryptionConfigurationInput
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE). -
setDeliveryStreamEncryptionConfigurationInput
@Stability(Stable) public void setDeliveryStreamEncryptionConfigurationInput(@Nullable IResolvable value) Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE). -
setDeliveryStreamEncryptionConfigurationInput
@Stability(Stable) public void setDeliveryStreamEncryptionConfigurationInput(@Nullable CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty value) Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE). -
getDeliveryStreamName
The name of the Firehose stream. -
setDeliveryStreamName
The name of the Firehose stream. -
getDeliveryStreamType
The Firehose stream type.This can be one of the following values:.
-
setDeliveryStreamType
The Firehose stream type.This can be one of the following values:.
-
getElasticsearchDestinationConfiguration
An Amazon ES destination for the delivery stream. -
setElasticsearchDestinationConfiguration
@Stability(Stable) public void setElasticsearchDestinationConfiguration(@Nullable IResolvable value) An Amazon ES destination for the delivery stream. -
setElasticsearchDestinationConfiguration
@Stability(Stable) public void setElasticsearchDestinationConfiguration(@Nullable CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty value) An Amazon ES destination for the delivery stream. -
getExtendedS3DestinationConfiguration
An Amazon S3 destination for the delivery stream. -
setExtendedS3DestinationConfiguration
An Amazon S3 destination for the delivery stream. -
setExtendedS3DestinationConfiguration
@Stability(Stable) public void setExtendedS3DestinationConfiguration(@Nullable CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty value) An Amazon S3 destination for the delivery stream. -
getHttpEndpointDestinationConfiguration
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. -
setHttpEndpointDestinationConfiguration
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. -
setHttpEndpointDestinationConfiguration
@Stability(Stable) public void setHttpEndpointDestinationConfiguration(@Nullable CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty value) Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. -
getIcebergDestinationConfiguration
Specifies the destination configure settings for Apache Iceberg Table. -
setIcebergDestinationConfiguration
Specifies the destination configure settings for Apache Iceberg Table. -
setIcebergDestinationConfiguration
@Stability(Stable) public void setIcebergDestinationConfiguration(@Nullable CfnDeliveryStream.IcebergDestinationConfigurationProperty value) Specifies the destination configure settings for Apache Iceberg Table. -
getKinesisStreamSourceConfiguration
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream. -
setKinesisStreamSourceConfiguration
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream. -
setKinesisStreamSourceConfiguration
@Stability(Stable) public void setKinesisStreamSourceConfiguration(@Nullable CfnDeliveryStream.KinesisStreamSourceConfigurationProperty value) When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream. -
getMskSourceConfiguration
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream. -
setMskSourceConfiguration
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream. -
setMskSourceConfiguration
@Stability(Stable) public void setMskSourceConfiguration(@Nullable CfnDeliveryStream.MSKSourceConfigurationProperty value) The configuration for the Amazon MSK cluster to be used as the source for a delivery stream. -
getRedshiftDestinationConfiguration
An Amazon Redshift destination for the delivery stream. -
setRedshiftDestinationConfiguration
An Amazon Redshift destination for the delivery stream. -
setRedshiftDestinationConfiguration
@Stability(Stable) public void setRedshiftDestinationConfiguration(@Nullable CfnDeliveryStream.RedshiftDestinationConfigurationProperty value) An Amazon Redshift destination for the delivery stream. -
getS3DestinationConfiguration
TheS3DestinationConfiguration
property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. -
setS3DestinationConfiguration
TheS3DestinationConfiguration
property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. -
setS3DestinationConfiguration
@Stability(Stable) public void setS3DestinationConfiguration(@Nullable CfnDeliveryStream.S3DestinationConfigurationProperty value) TheS3DestinationConfiguration
property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. -
getSnowflakeDestinationConfiguration
Configure Snowflake destination. -
setSnowflakeDestinationConfiguration
Configure Snowflake destination. -
setSnowflakeDestinationConfiguration
@Stability(Stable) public void setSnowflakeDestinationConfiguration(@Nullable CfnDeliveryStream.SnowflakeDestinationConfigurationProperty value) Configure Snowflake destination. -
getSplunkDestinationConfiguration
The configuration of a destination in Splunk for the delivery stream. -
setSplunkDestinationConfiguration
The configuration of a destination in Splunk for the delivery stream. -
setSplunkDestinationConfiguration
@Stability(Stable) public void setSplunkDestinationConfiguration(@Nullable CfnDeliveryStream.SplunkDestinationConfigurationProperty value) The configuration of a destination in Splunk for the delivery stream. -
getTagsRaw
A set of tags to assign to the Firehose stream. -
setTagsRaw
A set of tags to assign to the Firehose stream.
-