public static interface CfnDeliveryStream.KinesisStreamSourceConfigurationProperty
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() |
java.lang.String |
getKinesisStreamArn()
The ARN of the source Kinesis data stream.
|
java.lang.String |
getRoleArn()
The ARN of the role that provides access to the source Kinesis data stream.
|