@Stability(value=Stable)
public static interface CfnDeliveryStream.HttpEndpointConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
HttpEndpointConfigurationProperty httpEndpointConfigurationProperty = HttpEndpointConfigurationProperty.builder()
.url("url")
// the properties below are optional
.accessKey("accessKey")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder
A builder for
CfnDeliveryStream.HttpEndpointConfigurationProperty |
static class |
CfnDeliveryStream.HttpEndpointConfigurationProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.HttpEndpointConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder |
builder() |
default String |
getAccessKey()
`CfnDeliveryStream.HttpEndpointConfigurationProperty.AccessKey`.
|
default String |
getName()
`CfnDeliveryStream.HttpEndpointConfigurationProperty.Name`.
|
String |
getUrl()
`CfnDeliveryStream.HttpEndpointConfigurationProperty.Url`.
|
@Stability(value=Stable) @Nullable default String getAccessKey()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @NotNull String getUrl()
@Stability(value=Stable) static CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.