Class CfnDBProxy.AuthFormatProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBProxy.AuthFormatProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDBProxy.AuthFormatProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBProxy.AuthFormatProperty
@Stability(Stable)
@Internal
public static final class CfnDBProxy.AuthFormatProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBProxy.AuthFormatProperty
An implementation for
CfnDBProxy.AuthFormatProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBProxy.AuthFormatProperty
CfnDBProxy.AuthFormatProperty.Builder, CfnDBProxy.AuthFormatProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBProxy.AuthFormatProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The type of authentication that the proxy uses for connections from the proxy to the underlying database.final String
Specifies the details of authentication used by a proxy to log in as a specific database user.final String
A user-specified description about the authentication used by a proxy to log in as a specific database user.final String
A value that indicates whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy.final String
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster.final int
hashCode()
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 theCfnDBProxy.AuthFormatProperty.Builder
.
-
-
Method Details
-
getAuthScheme
Description copied from interface:CfnDBProxy.AuthFormatProperty
The type of authentication that the proxy uses for connections from the proxy to the underlying database.- Specified by:
getAuthScheme
in interfaceCfnDBProxy.AuthFormatProperty
- See Also:
-
getClientPasswordAuthType
Description copied from interface:CfnDBProxy.AuthFormatProperty
Specifies the details of authentication used by a proxy to log in as a specific database user.- Specified by:
getClientPasswordAuthType
in interfaceCfnDBProxy.AuthFormatProperty
- See Also:
-
getDescription
Description copied from interface:CfnDBProxy.AuthFormatProperty
A user-specified description about the authentication used by a proxy to log in as a specific database user.- Specified by:
getDescription
in interfaceCfnDBProxy.AuthFormatProperty
- See Also:
-
getIamAuth
Description copied from interface:CfnDBProxy.AuthFormatProperty
A value that indicates whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy.The
ENABLED
value is valid only for proxies with RDS for Microsoft SQL Server.- Specified by:
getIamAuth
in interfaceCfnDBProxy.AuthFormatProperty
- See Also:
-
getSecretArn
Description copied from interface:CfnDBProxy.AuthFormatProperty
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster.These secrets are stored within Amazon Secrets Manager.
- Specified by:
getSecretArn
in interfaceCfnDBProxy.AuthFormatProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-