aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.HttpEndpointCommonAttributeProperty

interface HttpEndpointCommonAttributeProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.HttpEndpointCommonAttributeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#CfnDeliveryStream_HttpEndpointCommonAttributeProperty
Javasoftware.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.HttpEndpointCommonAttributeProperty
Pythonaws_cdk.aws_kinesisfirehose.CfnDeliveryStream.HttpEndpointCommonAttributeProperty
TypeScript aws-cdk-lib » aws_kinesisfirehose » CfnDeliveryStream » HttpEndpointCommonAttributeProperty

Describes the metadata that's delivered to the specified HTTP endpoint destination.

Kinesis Firehose supports any custom HTTP endpoint or HTTP endpoints owned by supported third-party service providers, including Datadog, MongoDB, and New Relic.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisfirehose as kinesisfirehose } from 'aws-cdk-lib';
const httpEndpointCommonAttributeProperty: kinesisfirehose.CfnDeliveryStream.HttpEndpointCommonAttributeProperty = {
  attributeName: 'attributeName',
  attributeValue: 'attributeValue',
};

Properties

NameTypeDescription
attributeNamestringThe name of the HTTP endpoint common attribute.
attributeValuestringThe value of the HTTP endpoint common attribute.

attributeName

Type: string

The name of the HTTP endpoint common attribute.


attributeValue

Type: string

The value of the HTTP endpoint common attribute.