Class CfnConnection.AuthenticationConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnConnection.AuthenticationConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.AuthenticationConfigurationInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.AuthenticationConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.AuthenticationConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.AuthenticationConfigurationInputProperty
An implementation for
CfnConnection.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.services.datazone.CfnConnection.AuthenticationConfigurationInputProperty
CfnConnection.AuthenticationConfigurationInputProperty.Builder, CfnConnection.AuthenticationConfigurationInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnection.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 StringThe authentication type of a connection.final ObjectThe basic authentication credentials of a connection.final ObjectThe custom authentication credentials of a connection.final StringThe KMS key ARN of a connection.final ObjectThe oAuth2 properties of a connection.final StringThe secret ARN of a connection.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.AuthenticationConfigurationInputProperty.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnConnection.AuthenticationConfigurationInputPropertyThe authentication type of a connection.- Specified by:
getAuthenticationTypein interfaceCfnConnection.AuthenticationConfigurationInputProperty- See Also:
-
getBasicAuthenticationCredentials
Description copied from interface:CfnConnection.AuthenticationConfigurationInputPropertyThe basic authentication credentials of a connection.Returns union: either
IResolvableorCfnConnection.BasicAuthenticationCredentialsProperty- Specified by:
getBasicAuthenticationCredentialsin interfaceCfnConnection.AuthenticationConfigurationInputProperty- See Also:
-
getCustomAuthenticationCredentials
Description copied from interface:CfnConnection.AuthenticationConfigurationInputPropertyThe custom authentication credentials of a connection.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getCustomAuthenticationCredentialsin interfaceCfnConnection.AuthenticationConfigurationInputProperty- See Also:
-
getKmsKeyArn
Description copied from interface:CfnConnection.AuthenticationConfigurationInputPropertyThe KMS key ARN of a connection.- Specified by:
getKmsKeyArnin interfaceCfnConnection.AuthenticationConfigurationInputProperty- See Also:
-
getOAuth2Properties
Description copied from interface:CfnConnection.AuthenticationConfigurationInputPropertyThe oAuth2 properties of a connection.Returns union: either
IResolvableorCfnConnection.OAuth2PropertiesProperty- Specified by:
getOAuth2Propertiesin interfaceCfnConnection.AuthenticationConfigurationInputProperty- See Also:
-
getSecretArn
Description copied from interface:CfnConnection.AuthenticationConfigurationInputPropertyThe secret ARN of a connection.- Specified by:
getSecretArnin interfaceCfnConnection.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()
-