Class CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty
An implementation for
CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty-
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.appsync.CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty
CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty.Builder, CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty.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 StringAWS Region for RDS HTTP endpoint.final ObjectThe ARN for database credentials stored in AWS Secrets Manager .final StringLogical database name.final ObjectAmazon RDS cluster Amazon Resource Name (ARN).final StringLogical schema name.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 theCfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty.Builder.
-
-
Method Details
-
getAwsRegion
Description copied from interface:CfnDataSourcePropsMixin.RdsHttpEndpointConfigPropertyAWS Region for RDS HTTP endpoint.- Specified by:
getAwsRegionin interfaceCfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty- See Also:
-
getAwsSecretStoreArn
Description copied from interface:CfnDataSourcePropsMixin.RdsHttpEndpointConfigPropertyThe ARN for database credentials stored in AWS Secrets Manager .Returns union: either
StringorISecretRef- Specified by:
getAwsSecretStoreArnin interfaceCfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnDataSourcePropsMixin.RdsHttpEndpointConfigPropertyLogical database name.- Specified by:
getDatabaseNamein interfaceCfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty- See Also:
-
getDbClusterIdentifier
Description copied from interface:CfnDataSourcePropsMixin.RdsHttpEndpointConfigPropertyAmazon RDS cluster Amazon Resource Name (ARN).Returns union: either
StringorIDBClusterRef- Specified by:
getDbClusterIdentifierin interfaceCfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty- See Also:
-
getSchema
Description copied from interface:CfnDataSourcePropsMixin.RdsHttpEndpointConfigPropertyLogical schema name.- Specified by:
getSchemain interfaceCfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty- 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()
-