Skip to content

InstancePublicConnectionProps

Properties for defining a InstancePublicConnection.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-gpdb-instancepublicconnection

Initializer

import { InstancePublicConnectionProps } from '@alicloud/ros-cdk-gpdb'
const instancePublicConnectionProps: InstancePublicConnectionProps = { ... }

Properties

Name Type Description
connectionStringPrefix string | @alicloud/ros-cdk-core.IResolvable Property connectionStringPrefix: The endpoint that is used to connect to the specified database.
dbInstanceId string | @alicloud/ros-cdk-core.IResolvable Property dbInstanceId: The ID of the instance.
port number | @alicloud/ros-cdk-core.IResolvable Property port: The port number of the instance.

connectionStringPrefixRequired

public readonly connectionStringPrefix: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property connectionStringPrefix: The endpoint that is used to connect to the specified database.


dbInstanceIdRequired

public readonly dbInstanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dbInstanceId: The ID of the instance.


portRequired

public readonly port: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property port: The port number of the instance.