Class CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.glue.mixins.CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty
An implementation for
CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty-
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.mixins.preview.services.glue.mixins.CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty
CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty.Builder, CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectionPropsMixin.AuthenticationConfigurationInputProperty.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 StringA structure containing the authentication configuration in the CreateConnection request.final ObjectThe credentials used when the authentication type is basic authentication.final ObjectThe credentials used when the authentication type is custom authentication.final StringThe ARN of the KMS key used to encrypt the connection.final ObjectThe properties for OAuth2 authentication in the CreateConnection request.final StringThe secret manager ARN to store credentials in the CreateConnection request.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
protected Jsii$Proxy(CfnConnectionPropsMixin.AuthenticationConfigurationInputProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectionPropsMixin.AuthenticationConfigurationInputProperty.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnConnectionPropsMixin.AuthenticationConfigurationInputPropertyA structure containing the authentication configuration in the CreateConnection request.- Specified by:
getAuthenticationTypein interfaceCfnConnectionPropsMixin.AuthenticationConfigurationInputProperty- See Also:
-
getBasicAuthenticationCredentials
Description copied from interface:CfnConnectionPropsMixin.AuthenticationConfigurationInputPropertyThe credentials used when the authentication type is basic authentication.Returns union: either
IResolvableorCfnConnectionPropsMixin.BasicAuthenticationCredentialsProperty- Specified by:
getBasicAuthenticationCredentialsin interfaceCfnConnectionPropsMixin.AuthenticationConfigurationInputProperty- See Also:
-
getCustomAuthenticationCredentials
Description copied from interface:CfnConnectionPropsMixin.AuthenticationConfigurationInputPropertyThe credentials used when the authentication type is custom authentication.- Specified by:
getCustomAuthenticationCredentialsin interfaceCfnConnectionPropsMixin.AuthenticationConfigurationInputProperty- See Also:
-
getKmsKeyArn
Description copied from interface:CfnConnectionPropsMixin.AuthenticationConfigurationInputPropertyThe ARN of the KMS key used to encrypt the connection.Only taken an as input in the request and stored in the Secret Manager.
- Specified by:
getKmsKeyArnin interfaceCfnConnectionPropsMixin.AuthenticationConfigurationInputProperty- See Also:
-
getOAuth2Properties
Description copied from interface:CfnConnectionPropsMixin.AuthenticationConfigurationInputPropertyThe properties for OAuth2 authentication in the CreateConnection request.Returns union: either
IResolvableorCfnConnectionPropsMixin.OAuth2PropertiesInputProperty- Specified by:
getOAuth2Propertiesin interfaceCfnConnectionPropsMixin.AuthenticationConfigurationInputProperty- See Also:
-
getSecretArn
Description copied from interface:CfnConnectionPropsMixin.AuthenticationConfigurationInputPropertyThe secret manager ARN to store credentials in the CreateConnection request.- Specified by:
getSecretArnin interfaceCfnConnectionPropsMixin.AuthenticationConfigurationInputProperty- 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()
-