@Stability(value=Stable)
public static interface CfnApplication.KinesisFirehoseInputProperty
extends software.amazon.jsii.JsiiSerializable
You provide the delivery stream's Amazon Resource Name (ARN).
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.kinesisanalyticsv2.*;
KinesisFirehoseInputProperty kinesisFirehoseInputProperty = KinesisFirehoseInputProperty.builder()
.resourceArn("resourceArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.KinesisFirehoseInputProperty.Builder
A builder for
CfnApplication.KinesisFirehoseInputProperty |
static class |
CfnApplication.KinesisFirehoseInputProperty.Jsii$Proxy
An implementation for
CfnApplication.KinesisFirehoseInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.KinesisFirehoseInputProperty.Builder |
builder() |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the delivery stream.
|
@Stability(value=Stable) @NotNull String getResourceArn()
@Stability(value=Stable) static CfnApplication.KinesisFirehoseInputProperty.Builder builder()
Copyright © 2022. All rights reserved.