AWS AppSync RelationalDatabase RdsHttpEndpointConfig
Use the
RdsHttpEndpointConfig property type to specify RdsHttpEndpoint for an AWS AppSync relational database.
RdsHttpEndpointConfig is a property of the AWS AppSync DataSource RelationalDatabaseConfig resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AwsRegion" :String, "DbClusterIdentifier" :String, "DatabaseName" :String, "Schema" :String, "AwsSecretStoreArn" :String}
YAML
AwsRegion:StringDbClusterIdentifier:StringDatabaseName:StringSchema:StringAwsSecretStoreArn:String
Properties
AwsRegion-
The aws region of the rdshttpendpoint.
Required: No
Type: String
Update requires: No interruption
DbClusterIdentifier-
The database cluster identifier of the rdshttpendpoint.
Required: No
Type: String
Update requires: No interruption
DatabaseName-
The name of the relational database.
Required: No
Type: String
Update requires: No interruption
Schema-
The schema of the relational database.
Required: No
Type: String
Update requires: No interruption
AwsSecretStoreArn-
The secret store ARN of the rdshttpendpoint.
Required: No
Type: String
Update requires: No interruption
See Also
-
RdsHttpEndpointConfig operation in the AWS AppSync API Reference
