Show / Hide Table of Contents

Class CfnDataSource.MySqlParametersProperty

The parameters for MySQL.

Inheritance
object
CfnDataSource.MySqlParametersProperty
Implements
CfnDataSource.IMySqlParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSource.MySqlParametersProperty : CfnDataSource.IMySqlParametersProperty
Syntax (vb)
Public Class CfnDataSource.MySqlParametersProperty Implements CfnDataSource.IMySqlParametersProperty
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-mysqlparameters.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 mySqlParametersProperty = new MySqlParametersProperty {
                 Database = "database",
                 Host = "host",
                 Port = 123
             };

Properties

Database

Database.

public string Database { get; set; }
Property Value

string

Remarks

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

Host

Host.

public string Host { get; set; }
Property Value

string

Remarks

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

Port

Port.

public double Port { get; set; }
Property Value

double

Remarks

Default: - 0

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

Implements

CfnDataSource.IMySqlParametersProperty
Back to top Generated by DocFX