Uses of Class
software.amazon.awscdk.services.events.Authorization
-
Uses of Authorization in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionstatic Authorization
Authorization.apiKey
(String apiKeyName, SecretValue apiKeyValue) Use API key authorization.static Authorization
Authorization.basic
(String username, SecretValue password) Use username and password authorization.ConnectionProps.getAuthorization()
The authorization type for the connection.final Authorization
ConnectionProps.Jsii$Proxy.getAuthorization()
static Authorization
Authorization.oauth
(OAuthAuthorizationProps props) Use OAuth authorization.Modifier and TypeMethodDescriptionConnection.Builder.authorization
(Authorization authorization) The authorization type for the connection.ConnectionProps.Builder.authorization
(Authorization authorization) Sets the value ofConnectionProps.getAuthorization()