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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBProxy.AuthFormatProperty
CfnDBProxy.AuthFormatProperty.Builder, CfnDBProxy.AuthFormatProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBProxy.AuthFormatProperty.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 type of authentication that the proxy uses for connections from the proxy to the underlying database.final StringSpecifies the details of authentication used by a proxy to log in as a specific database user.final StringA user-specified description about the authentication used by a proxy to log in as a specific database user.final StringA value that indicates whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy.final StringThe Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster.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 theCfnDBProxy.AuthFormatProperty.Builder.
-
-
Method Details
-
getAuthScheme
Description copied from interface:CfnDBProxy.AuthFormatPropertyThe type of authentication that the proxy uses for connections from the proxy to the underlying database.- Specified by:
getAuthSchemein interfaceCfnDBProxy.AuthFormatProperty- See Also:
-
getClientPasswordAuthType
Description copied from interface:CfnDBProxy.AuthFormatPropertySpecifies the details of authentication used by a proxy to log in as a specific database user.- Specified by:
getClientPasswordAuthTypein interfaceCfnDBProxy.AuthFormatProperty- See Also:
-
getDescription
Description copied from interface:CfnDBProxy.AuthFormatPropertyA user-specified description about the authentication used by a proxy to log in as a specific database user.- Specified by:
getDescriptionin interfaceCfnDBProxy.AuthFormatProperty- See Also:
-
getIamAuth
Description copied from interface:CfnDBProxy.AuthFormatPropertyA value that indicates whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy.The
ENABLEDvalue is valid only for proxies with RDS for Microsoft SQL Server.- Specified by:
getIamAuthin interfaceCfnDBProxy.AuthFormatProperty- See Also:
-
getSecretArn
Description copied from interface:CfnDBProxy.AuthFormatPropertyThe 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:
getSecretArnin interfaceCfnDBProxy.AuthFormatProperty- 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()
-