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