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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEndpoint.EndpointEventBusProperty
static final class
An implementation forCfnEndpoint.EndpointEventBusProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the event bus the endpoint is associated with.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventBusArn
The ARN of the event bus the endpoint is associated with. -
builder
-