Interface CfnEndpoint.EndpointEventBusProperty

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

@Stability(Stable) public static interface CfnEndpoint.EndpointEventBusProperty extends software.amazon.jsii.JsiiSerializable
The event buses the endpoint is associated with.

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.events.*;
 EndpointEventBusProperty endpointEventBusProperty = EndpointEventBusProperty.builder()
         .eventBusArn("eventBusArn")
         .build();
 

See Also: