| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IConnection.Jsii$Default
Internal default implementation for
IConnection. |
| Modifier and Type | Class and Description |
|---|---|
class |
Connection
Define an EventBridge Connection.
|
static class |
IConnection.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IConnection |
Connection.fromConnectionAttributes(software.constructs.Construct scope,
String id,
ConnectionAttributes attrs)
Import an existing connection resource.
|
static IConnection |
Connection.fromEventBusArn(software.constructs.Construct scope,
String id,
String connectionArn,
String connectionSecretArn)
Import an existing connection resource.
|
IConnection |
ApiDestinationProps.getConnection()
The ARN of the connection to use for the API destination.
|
IConnection |
ApiDestinationProps.Jsii$Proxy.getConnection() |
IConnection |
ApiDestination.getConnection()
The Connection to associate with Api Destination.
|
| Modifier and Type | Method and Description |
|---|---|
ApiDestinationProps.Builder |
ApiDestinationProps.Builder.connection(IConnection connection)
Sets the value of
ApiDestinationProps.getConnection() |
ApiDestination.Builder |
ApiDestination.Builder.connection(IConnection connection)
The ARN of the connection to use for the API destination.
|
Copyright © 2022. All rights reserved.