Show / Hide Table of Contents

Interface CfnDataSource.IRdsParametersProperty

The parameters for Amazon RDS.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IRdsParametersProperty
Syntax (vb)
Public Interface CfnDataSource.IRdsParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-rdsparameters.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.AWS.QuickSight;

             var rdsParametersProperty = new RdsParametersProperty {
                 Database = "database",
                 InstanceId = "instanceId"
             };

Synopsis

Properties

Database

Database.

InstanceId

Instance ID.

Properties

Database

Database.

string Database { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-rdsparameters.html#cfn-quicksight-datasource-rdsparameters-database

InstanceId

Instance ID.

string InstanceId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-rdsparameters.html#cfn-quicksight-datasource-rdsparameters-instanceid

Back to top Generated by DocFX