Class CfnDataSource.RdsHttpEndpointConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnDataSource.RdsHttpEndpointConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.RdsHttpEndpointConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.RdsHttpEndpointConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.RdsHttpEndpointConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.RdsHttpEndpointConfigProperty
An implementation for
CfnDataSource.RdsHttpEndpointConfigProperty
-
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.appsync.CfnDataSource.RdsHttpEndpointConfigProperty
CfnDataSource.RdsHttpEndpointConfigProperty.Builder, CfnDataSource.RdsHttpEndpointConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.RdsHttpEndpointConfigProperty.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
AWS Region for RDS HTTP endpoint.final String
The ARN for database credentials stored in AWS Secrets Manager .final String
Logical database name.final String
Amazon RDS cluster Amazon Resource Name (ARN).final String
Logical schema name.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 theCfnDataSource.RdsHttpEndpointConfigProperty.Builder
.
-
-
Method Details
-
getAwsRegion
Description copied from interface:CfnDataSource.RdsHttpEndpointConfigProperty
AWS Region for RDS HTTP endpoint.- Specified by:
getAwsRegion
in interfaceCfnDataSource.RdsHttpEndpointConfigProperty
- See Also:
-
getAwsSecretStoreArn
Description copied from interface:CfnDataSource.RdsHttpEndpointConfigProperty
The ARN for database credentials stored in AWS Secrets Manager .- Specified by:
getAwsSecretStoreArn
in interfaceCfnDataSource.RdsHttpEndpointConfigProperty
- See Also:
-
getDbClusterIdentifier
Description copied from interface:CfnDataSource.RdsHttpEndpointConfigProperty
Amazon RDS cluster Amazon Resource Name (ARN).- Specified by:
getDbClusterIdentifier
in interfaceCfnDataSource.RdsHttpEndpointConfigProperty
- See Also:
-
getDatabaseName
Description copied from interface:CfnDataSource.RdsHttpEndpointConfigProperty
Logical database name.- Specified by:
getDatabaseName
in interfaceCfnDataSource.RdsHttpEndpointConfigProperty
- See Also:
-
getSchema
Description copied from interface:CfnDataSource.RdsHttpEndpointConfigProperty
Logical schema name.- Specified by:
getSchema
in interfaceCfnDataSource.RdsHttpEndpointConfigProperty
- 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()
-