Class CfnPlugin.PluginAuthConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnPlugin.PluginAuthConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlugin.PluginAuthConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlugin.PluginAuthConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlugin.PluginAuthConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlugin.PluginAuthConfigurationProperty
An implementation for
CfnPlugin.PluginAuthConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.qbusiness.CfnPlugin.PluginAuthConfigurationProperty
CfnPlugin.PluginAuthConfigurationProperty.Builder, CfnPlugin.PluginAuthConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlugin.PluginAuthConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectInformation about the basic authentication credentials used to configure a plugin.final ObjectInformation about invoking a custom plugin without any authentication.final ObjectInformation about the OAuth 2.0 authentication credential/token used to configure a plugin.final inthashCode()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 theCfnPlugin.PluginAuthConfigurationProperty.Builder.
-
-
Method Details
-
getBasicAuthConfiguration
Description copied from interface:CfnPlugin.PluginAuthConfigurationPropertyInformation about the basic authentication credentials used to configure a plugin.Returns union: either
IResolvableorCfnPlugin.BasicAuthConfigurationProperty- Specified by:
getBasicAuthConfigurationin interfaceCfnPlugin.PluginAuthConfigurationProperty- See Also:
-
getNoAuthConfiguration
Description copied from interface:CfnPlugin.PluginAuthConfigurationPropertyInformation about invoking a custom plugin without any authentication.- Specified by:
getNoAuthConfigurationin interfaceCfnPlugin.PluginAuthConfigurationProperty- See Also:
-
getOAuth2ClientCredentialConfiguration
Description copied from interface:CfnPlugin.PluginAuthConfigurationPropertyInformation about the OAuth 2.0 authentication credential/token used to configure a plugin.Returns union: either
IResolvableorCfnPlugin.OAuth2ClientCredentialConfigurationProperty- Specified by:
getOAuth2ClientCredentialConfigurationin interfaceCfnPlugin.PluginAuthConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-