Interface CfnDataSourcePropsMixin.IRdsHttpEndpointConfigProperty
Use the RdsHttpEndpointConfig property type to specify the RdsHttpEndpoint for an AWS AppSync relational database.
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppSync.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSourcePropsMixin.IRdsHttpEndpointConfigProperty
Syntax (vb)
Public Interface CfnDataSourcePropsMixin.IRdsHttpEndpointConfigProperty
Remarks
RdsHttpEndpointConfig is a property of the AWS AppSync DataSource RelationalDatabaseConfig resource.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppSync.Mixins;
var rdsHttpEndpointConfigProperty = new RdsHttpEndpointConfigProperty {
AwsRegion = "awsRegion",
AwsSecretStoreArn = "awsSecretStoreArn",
DatabaseName = "databaseName",
DbClusterIdentifier = "dbClusterIdentifier",
Schema = "schema"
};
Synopsis
Properties
| AwsRegion | AWS Region for RDS HTTP endpoint. |
| AwsSecretStoreArn | The ARN for database credentials stored in AWS Secrets Manager . |
| DatabaseName | Logical database name. |
| DbClusterIdentifier | Amazon RDS cluster Amazon Resource Name (ARN). |
| Schema | Logical schema name. |
Properties
AwsRegion
AWS Region for RDS HTTP endpoint.
string? AwsRegion { get; }
Property Value
Remarks
AwsSecretStoreArn
The ARN for database credentials stored in AWS Secrets Manager .
string? AwsSecretStoreArn { get; }
Property Value
Remarks
DatabaseName
Logical database name.
string? DatabaseName { get; }
Property Value
Remarks
DbClusterIdentifier
Amazon RDS cluster Amazon Resource Name (ARN).
string? DbClusterIdentifier { get; }
Property Value
Remarks
Schema
Logical schema name.
string? Schema { get; }