Show / Hide Table of Contents

Class CfnDataSource.SnowflakeParametersProperty

The parameters for Snowflake.

Inheritance
System.Object
CfnDataSource.SnowflakeParametersProperty
Implements
CfnDataSource.ISnowflakeParametersProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class SnowflakeParametersProperty : Object, CfnDataSource.ISnowflakeParametersProperty
Syntax (vb)
Public Class SnowflakeParametersProperty
    Inherits Object
    Implements CfnDataSource.ISnowflakeParametersProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-snowflakeparameters.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 snowflakeParametersProperty = new SnowflakeParametersProperty {
    Database = "database",
    Host = "host",
    Warehouse = "warehouse"
};

Synopsis

Constructors

SnowflakeParametersProperty()

Properties

Database

Database.

Host

Host.

Warehouse

Warehouse.

Constructors

SnowflakeParametersProperty()

public SnowflakeParametersProperty()

Properties

Database

Database.

public string Database { get; set; }
Property Value

System.String

Remarks

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

Host

Host.

public string Host { get; set; }
Property Value

System.String

Remarks

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

Warehouse

Warehouse.

public string Warehouse { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-snowflakeparameters.html#cfn-quicksight-datasource-snowflakeparameters-warehouse

Implements

CfnDataSource.ISnowflakeParametersProperty
Back to top Generated by DocFX