Show / Hide Table of Contents

Class CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty

Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

Inheritance
object
CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty
Implements
CfnDataSourcePropsMixin.IAuroraPostgreSqlParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty : CfnDataSourcePropsMixin.IAuroraPostgreSqlParametersProperty
Syntax (vb)
Public Class CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty Implements CfnDataSourcePropsMixin.IAuroraPostgreSqlParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-aurorapostgresqlparameters.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var auroraPostgreSqlParametersProperty = new AuroraPostgreSqlParametersProperty {
                 Database = "database",
                 Host = "host",
                 Port = 123
             };

Synopsis

Constructors

AuroraPostgreSqlParametersProperty()

Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

Properties

Database

The Amazon Aurora PostgreSQL database to connect to.

Host

The Amazon Aurora PostgreSQL-Compatible host to connect to.

Port

The port that Amazon Aurora PostgreSQL is listening on.

Constructors

AuroraPostgreSqlParametersProperty()

Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

public AuroraPostgreSqlParametersProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-aurorapostgresqlparameters.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var auroraPostgreSqlParametersProperty = new AuroraPostgreSqlParametersProperty {
                 Database = "database",
                 Host = "host",
                 Port = 123
             };

Properties

Database

The Amazon Aurora PostgreSQL database to connect to.

public string? Database { get; set; }
Property Value

string

Remarks

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

Host

The Amazon Aurora PostgreSQL-Compatible host to connect to.

public string? Host { get; set; }
Property Value

string

Remarks

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

Port

The port that Amazon Aurora PostgreSQL is listening on.

public double? Port { get; set; }
Property Value

double?

Remarks

Default: - 0

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

Implements

CfnDataSourcePropsMixin.IAuroraPostgreSqlParametersProperty
Back to top Generated by DocFX