Class CfnDataSource.MySqlParametersProperty
The parameters for MySQL.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MySqlParametersProperty : Object, CfnDataSource.IMySqlParametersProperty
Syntax (vb)
Public Class MySqlParametersProperty
Inherits Object
Implements CfnDataSource.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.AWS.QuickSight;
var mySqlParametersProperty = new MySqlParametersProperty {
Database = "database",
Host = "host",
Port = 123
};
Synopsis
Constructors
My |
Properties
Database | Database. |
Host | Host. |
Port | Port. |
Constructors
MySqlParametersProperty()
public MySqlParametersProperty()
Properties
Database
Database.
public string Database { get; set; }
Property Value
System.
Remarks
Host
Host.
public string Host { get; set; }
Property Value
System.
Remarks
Port
Port.
public double Port { get; set; }
Property Value
System.