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