Interface CfnDataSourcePropsMixin.IMySqlParametersProperty
The parameters for MySQL.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataSourcePropsMixin.IMySqlParametersProperty
Syntax (vb)
Public Interface CfnDataSourcePropsMixin.IMySqlParametersProperty
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.CfnPropertyMixins.AWS.QuickSight;
var mySqlParametersProperty = new MySqlParametersProperty {
Database = "database",
Host = "host",
Port = 123
};
Synopsis
Properties
| Database | Database. |
| Host | Host. |
| Port | Port. |
Properties
Database
Database.
string? Database { get; }
Property Value
Remarks
Host
Host.
string? Host { get; }
Property Value
Remarks
Port
Port.
double? Port { get; }