Interface CfnDataSource.IRdsParametersProperty
The parameters for Amazon RDS.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRdsParametersProperty
Syntax (vb)
Public Interface IRdsParametersProperty
Remarks
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. |
Instance |
Instance ID. |
Properties
Database
Database.
string Database { get; }
Property Value
System.
Remarks
InstanceId
Instance ID.
string InstanceId { get; }
Property Value
System.