@Stability(value=Stable)
public static interface CfnApplicationOutputV2.OutputProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationOutputV2.OutputProperty.Builder
A builder for
CfnApplicationOutputV2.OutputProperty |
static class |
CfnApplicationOutputV2.OutputProperty.Jsii$Proxy
An implementation for
CfnApplicationOutputV2.OutputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationOutputV2.OutputProperty.Builder |
builder() |
Object |
getDestinationSchema()
`CfnApplicationOutputV2.OutputProperty.DestinationSchema`.
|
default Object |
getKinesisFirehoseOutput()
`CfnApplicationOutputV2.OutputProperty.KinesisFirehoseOutput`.
|
default Object |
getKinesisStreamsOutput()
`CfnApplicationOutputV2.OutputProperty.KinesisStreamsOutput`.
|
default Object |
getLambdaOutput()
`CfnApplicationOutputV2.OutputProperty.LambdaOutput`.
|
default String |
getName()
`CfnApplicationOutputV2.OutputProperty.Name`.
|
@Stability(value=Stable) @NotNull Object getDestinationSchema()
@Stability(value=Stable) @Nullable default Object getKinesisFirehoseOutput()
@Stability(value=Stable) @Nullable default Object getKinesisStreamsOutput()
@Stability(value=Stable) @Nullable default Object getLambdaOutput()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnApplicationOutputV2.OutputProperty.Builder builder()
Copyright © 2021. All rights reserved.