Class CfnConnection.AuthParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.CfnConnection.AuthParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.AuthParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.AuthParametersProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.AuthParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.AuthParametersProperty
An implementation for
CfnConnection.AuthParametersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.events.CfnConnection.AuthParametersProperty
CfnConnection.AuthParametersProperty.Builder, CfnConnection.AuthParametersProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnection.AuthParametersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The API Key parameters to use for authorization.final Object
The authorization parameters for Basic authorization.final Object
For private OAuth authentication endpoints.final Object
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.final Object
The OAuth parameters to use for authorization.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConnection.AuthParametersProperty.Builder
.
-
-
Method Details
-
getApiKeyAuthParameters
Description copied from interface:CfnConnection.AuthParametersProperty
The API Key parameters to use for authorization.- Specified by:
getApiKeyAuthParameters
in interfaceCfnConnection.AuthParametersProperty
- See Also:
-
getBasicAuthParameters
Description copied from interface:CfnConnection.AuthParametersProperty
The authorization parameters for Basic authorization.- Specified by:
getBasicAuthParameters
in interfaceCfnConnection.AuthParametersProperty
- See Also:
-
getConnectivityParameters
Description copied from interface:CfnConnection.AuthParametersProperty
For private OAuth authentication endpoints. The parameters EventBridge uses to authenticate against the endpoint.For more information, see Authorization methods for connections in the Amazon EventBridge User Guide .
- Specified by:
getConnectivityParameters
in interfaceCfnConnection.AuthParametersProperty
- See Also:
-
getInvocationHttpParameters
Description copied from interface:CfnConnection.AuthParametersProperty
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.- Specified by:
getInvocationHttpParameters
in interfaceCfnConnection.AuthParametersProperty
- See Also:
-
getOAuthParameters
Description copied from interface:CfnConnection.AuthParametersProperty
The OAuth parameters to use for authorization.- Specified by:
getOAuthParameters
in interfaceCfnConnection.AuthParametersProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-