Class CfnConnection.AuthenticationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnConnection.AuthenticationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.AuthenticationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.AuthenticationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.AuthenticationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.AuthenticationConfigurationProperty
An implementation for
CfnConnection.AuthenticationConfigurationProperty-
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.glue.CfnConnection.AuthenticationConfigurationProperty
CfnConnection.AuthenticationConfigurationProperty.Builder, CfnConnection.AuthenticationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnection.AuthenticationConfigurationProperty.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 ObjectA structure containing the authentication credentials in the CreateConnection request.final ObjectA structure containing the authentication credentials in the CreateConnection request.final StringThe Amazon Resource Name (ARN) of the KMS key used in the authentication configuration.final ObjectA structure containing the authentication credentials 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
Constructor that initializes the object based on literal property values passed by theCfnConnection.AuthenticationConfigurationProperty.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnConnection.AuthenticationConfigurationPropertyA structure containing the authentication configuration in the CreateConnection request.- Specified by:
getAuthenticationTypein interfaceCfnConnection.AuthenticationConfigurationProperty- See Also:
-
getBasicAuthenticationCredentials
Description copied from interface:CfnConnection.AuthenticationConfigurationPropertyA structure containing the authentication credentials in the CreateConnection request.Returns union: either
IResolvableorCfnConnection.BasicAuthenticationCredentialsProperty- Specified by:
getBasicAuthenticationCredentialsin interfaceCfnConnection.AuthenticationConfigurationProperty- See Also:
-
getCustomAuthenticationCredentials
Description copied from interface:CfnConnection.AuthenticationConfigurationPropertyA structure containing the authentication credentials in the CreateConnection request.- Specified by:
getCustomAuthenticationCredentialsin interfaceCfnConnection.AuthenticationConfigurationProperty- See Also:
-
getKmsKeyArn
Description copied from interface:CfnConnection.AuthenticationConfigurationPropertyThe Amazon Resource Name (ARN) of the KMS key used in the authentication configuration.- Specified by:
getKmsKeyArnin interfaceCfnConnection.AuthenticationConfigurationProperty- See Also:
-
getOAuth2Properties
Description copied from interface:CfnConnection.AuthenticationConfigurationPropertyA structure containing the authentication credentials in the CreateConnection request.Returns union: either
IResolvableorCfnConnection.OAuth2PropertiesProperty- Specified by:
getOAuth2Propertiesin interfaceCfnConnection.AuthenticationConfigurationProperty- See Also:
-
getSecretArn
Description copied from interface:CfnConnection.AuthenticationConfigurationPropertyThe secret manager ARN to store credentials in the CreateConnection request.- Specified by:
getSecretArnin interfaceCfnConnection.AuthenticationConfigurationProperty- 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()
-