Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion

AwsSecretStoreArn

The ARN for database credentials stored in AWS Secrets Manager .

string? AwsSecretStoreArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn

DatabaseName

Logical database name.

string? DatabaseName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename

DbClusterIdentifier

Amazon RDS cluster Amazon Resource Name (ARN).

string? DbClusterIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier

Schema

Logical schema name.

string? Schema { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema

Back to top Generated by DocFX