interface HttpEndpointCommonAttributeProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.HttpEndpointCommonAttributeProperty |
Java | software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.HttpEndpointCommonAttributeProperty |
Python | aws_cdk.aws_kinesisfirehose.CfnDeliveryStream.HttpEndpointCommonAttributeProperty |
TypeScript | @aws-cdk/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 * as kinesisfirehose from '@aws-cdk/aws-kinesisfirehose';
const httpEndpointCommonAttributeProperty: kinesisfirehose.CfnDeliveryStream.HttpEndpointCommonAttributeProperty = {
attributeName: 'attributeName',
attributeValue: 'attributeValue',
};
Properties
Name | Type | Description |
---|---|---|
attribute | string | The name of the HTTP endpoint common attribute. |
attribute | string | The 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.