Class CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty
Parameters for Amazon Aurora PostgreSQL-Compatible Edition.
Inherited Members
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
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
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
Remarks
Host
The Amazon Aurora PostgreSQL-Compatible host to connect to.
public string? Host { get; set; }
Property Value
Remarks
Port
The port that Amazon Aurora PostgreSQL is listening on.
public double? Port { get; set; }