| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.Builder |
CfnEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnEndpoint.Builder |
CfnEndpoint.Builder.description(String description)
A description for the endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.eventBuses(IResolvable eventBuses)
The event buses being used by the endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.eventBuses(List<? extends Object> eventBuses)
The event buses being used by the endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.name(String name)
The name of the endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.replicationConfig(CfnEndpoint.ReplicationConfigProperty replicationConfig)
Whether event replication was enabled or disabled for this endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.replicationConfig(IResolvable replicationConfig)
Whether event replication was enabled or disabled for this endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.roleArn(String roleArn)
The ARN of the role used by event replication for the endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.routingConfig(CfnEndpoint.RoutingConfigProperty routingConfig)
The routing configuration of the endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.routingConfig(IResolvable routingConfig)
The routing configuration of the endpoint.
|
Copyright © 2022. All rights reserved.