Interface CfnPipelinePropsMixin.ChannelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipelinePropsMixin.ChannelProperty.Jsii$Proxy
- Enclosing class:
CfnPipelinePropsMixin
@Stability(Stable)
public static interface CfnPipelinePropsMixin.ChannelProperty
extends software.amazon.jsii.JsiiSerializable
Determines the source of the messages to be processed.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.*;
ChannelProperty channelProperty = ChannelProperty.builder()
.channelName("channelName")
.name("name")
.next("next")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipelinePropsMixin.ChannelPropertystatic final classAn implementation forCfnPipelinePropsMixin.ChannelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelName
The name of the channel from which the messages are processed.- See Also:
-
getName
The name of the 'channel' activity.- See Also:
-
getNext
The next activity in the pipeline.- See Also:
-
builder
-