| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Authorization |
Authorization.apiKey(String apiKeyName,
SecretValue apiKeyValue)
Use API key authorization.
|
static Authorization |
Authorization.basic(String username,
SecretValue password)
Use username and password authorization.
|
Authorization |
ConnectionProps.getAuthorization()
The authorization type for the connection.
|
Authorization |
ConnectionProps.Jsii$Proxy.getAuthorization() |
static Authorization |
Authorization.oauth(OAuthAuthorizationProps props)
Use OAuth authorization.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionProps.Builder |
ConnectionProps.Builder.authorization(Authorization authorization)
Sets the value of
ConnectionProps.getAuthorization() |
Connection.Builder |
Connection.Builder.authorization(Authorization authorization)
The authorization type for the connection.
|
Copyright © 2022. All rights reserved.