@Stability(value=Stable)
public static interface CfnDeliveryStream.KinesisStreamSourceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
KinesisStreamSourceConfigurationProperty kinesisStreamSourceConfigurationProperty = KinesisStreamSourceConfigurationProperty.builder()
.kinesisStreamArn("kinesisStreamArn")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Builder
|
static class |
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Builder |
builder() |
String |
getKinesisStreamArn()
The ARN of the source Kinesis data stream.
|
String |
getRoleArn()
The ARN of the role that provides access to the source Kinesis data stream.
|
@Stability(value=Stable) @NotNull String getKinesisStreamArn()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.