@Stability(value=Stable)
public static interface CfnEndpoint.EndpointEventBusProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.EndpointEventBusProperty.Builder
A builder for
CfnEndpoint.EndpointEventBusProperty |
static class |
CfnEndpoint.EndpointEventBusProperty.Jsii$Proxy
An implementation for
CfnEndpoint.EndpointEventBusProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.EndpointEventBusProperty.Builder |
builder() |
String |
getEventBusArn()
The ARN of the event bus the endpoint is associated with.
|
@Stability(value=Stable) @NotNull String getEventBusArn()
@Stability(value=Stable) static CfnEndpoint.EndpointEventBusProperty.Builder builder()
Copyright © 2022. All rights reserved.