public static interface CfnDeliveryStream.HttpEndpointCommonAttributeProperty
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 software.amazon.awscdk.services.kinesisfirehose.*; HttpEndpointCommonAttributeProperty httpEndpointCommonAttributeProperty = HttpEndpointCommonAttributeProperty.builder() .attributeName("attributeName") .attributeValue("attributeValue") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeliveryStream.HttpEndpointCommonAttributeProperty.Builder
A builder for
CfnDeliveryStream.HttpEndpointCommonAttributeProperty |
static class |
CfnDeliveryStream.HttpEndpointCommonAttributeProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.HttpEndpointCommonAttributeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDeliveryStream.HttpEndpointCommonAttributeProperty.Builder |
builder() |
java.lang.String |
getAttributeName()
The name of the HTTP endpoint common attribute.
|
java.lang.String |
getAttributeValue()
The value of the HTTP endpoint common attribute.
|