@Stability(value=Stable)
public static interface CfnDeliveryStream.HttpEndpointCommonAttributeProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getAttributeName()
The name of the HTTP endpoint common attribute.
|
String |
getAttributeValue()
The value of the HTTP endpoint common attribute.
|
@Stability(value=Stable) @NotNull String getAttributeName()
@Stability(value=Stable) @NotNull String getAttributeValue()
@Stability(value=Stable) static CfnDeliveryStream.HttpEndpointCommonAttributeProperty.Builder builder()
Copyright © 2022. All rights reserved.