Interface CfnPipe.PipeTargetEventBridgeEventBusParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipe.PipeTargetEventBridgeEventBusParametersProperty.Jsii$Proxy
Enclosing class:
CfnPipe

@Stability(Stable) public static interface CfnPipe.PipeTargetEventBridgeEventBusParametersProperty extends software.amazon.jsii.JsiiSerializable
The parameters for using an EventBridge event bus as a target.

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.pipes.*;
 PipeTargetEventBridgeEventBusParametersProperty pipeTargetEventBridgeEventBusParametersProperty = PipeTargetEventBridgeEventBusParametersProperty.builder()
         .detailType("detailType")
         .endpointId("endpointId")
         .resources(List.of("resources"))
         .source("source")
         .time("time")
         .build();
 

See Also: