Skip to content

DBInstancesProps

Properties for defining a DBInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-dbinstances

Initializer

import { datasource } from '@alicloud/ros-cdk-rds'
const dBInstancesProps: datasource.DBInstancesProps = { ... }

Properties

Name Type Description
connectionMode string | @alicloud/ros-cdk-core.IResolvable Property connectionMode: The connection mode of the instance.
connectionString string | @alicloud/ros-cdk-core.IResolvable Property connectionString: The endpoint of the instance.
dbInstanceClass string | @alicloud/ros-cdk-core.IResolvable Property dbInstanceClass: The instance type of the instances.
dbInstanceId string | @alicloud/ros-cdk-core.IResolvable Property dbInstanceId: The ID of the instance.
dbInstanceStatus string | @alicloud/ros-cdk-core.IResolvable Property dbInstanceStatus: The status of the instances.
dbInstanceType string | @alicloud/ros-cdk-core.IResolvable Property dbInstanceType: The role of the instances.
dedicatedHostGroupId string | @alicloud/ros-cdk-core.IResolvable Property dedicatedHostGroupId: The ID of the dedicated cluster to which the instances belong.
dedicatedHostId string | @alicloud/ros-cdk-core.IResolvable Property dedicatedHostId: The ID of the host to which the instances belong in the specified dedicated cluster.
engine string | @alicloud/ros-cdk-core.IResolvable Property engine: The database engine that is run by the instances.
engineVersion string | @alicloud/ros-cdk-core.IResolvable Property engineVersion: The version of the database engine that is run by the instances.
expired string | @alicloud/ros-cdk-core.IResolvable Property expired: Specifies whether the instances have expired.
instanceLevel number | @alicloud/ros-cdk-core.IResolvable Property instanceLevel: Specifies whether to return the RDS editions of the instances by using the Category parameter.
instanceNetworkType string | @alicloud/ros-cdk-core.IResolvable Property instanceNetworkType: The network type of the instances.
payType string | @alicloud/ros-cdk-core.IResolvable Property payType: The billing method of the instances.
proxyId string | @alicloud/ros-cdk-core.IResolvable Property proxyId: The ID of the proxy mode.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the resource group to which the instances belong.
searchKey string | @alicloud/ros-cdk-core.IResolvable Property searchKey: The keywords that are contained in the IDs or descriptions of the instances.
vpcId string | @alicloud/ros-cdk-core.IResolvable Property vpcId: The ID of the virtual private cloud (VPC) to which the instances belong.
vSwitchId string | @alicloud/ros-cdk-core.IResolvable Property vSwitchId: The ID of the vSwitch that is associated with the specified VPC.
zoneId string | @alicloud/ros-cdk-core.IResolvable Property zoneId: The ID of the zone to which the instances belong.

connectionModeOptional

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

Property connectionMode: The connection mode of the instance.


connectionStringOptional

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

Property connectionString: The endpoint of the instance.


dbInstanceClassOptional

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

Property dbInstanceClass: The instance type of the instances.


dbInstanceIdOptional

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

Property dbInstanceId: The ID of the instance.


dbInstanceStatusOptional

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

Property dbInstanceStatus: The status of the instances.


dbInstanceTypeOptional

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

Property dbInstanceType: The role of the instances.


dedicatedHostGroupIdOptional

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

Property dedicatedHostGroupId: The ID of the dedicated cluster to which the instances belong.


dedicatedHostIdOptional

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

Property dedicatedHostId: The ID of the host to which the instances belong in the specified dedicated cluster.


engineOptional

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

Property engine: The database engine that is run by the instances.


engineVersionOptional

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

Property engineVersion: The version of the database engine that is run by the instances.


expiredOptional

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

Property expired: Specifies whether the instances have expired.


instanceLevelOptional

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

Property instanceLevel: Specifies whether to return the RDS editions of the instances by using the Category parameter.


instanceNetworkTypeOptional

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

Property instanceNetworkType: The network type of the instances.


payTypeOptional

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

Property payType: The billing method of the instances.


proxyIdOptional

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

Property proxyId: The ID of the proxy mode.


refreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.


resourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group to which the instances belong.


searchKeyOptional

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

Property searchKey: The keywords that are contained in the IDs or descriptions of the instances.


vpcIdOptional

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

Property vpcId: The ID of the virtual private cloud (VPC) to which the instances belong.


vSwitchIdOptional

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

Property vSwitchId: The ID of the vSwitch that is associated with the specified VPC.


zoneIdOptional

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

Property zoneId: The ID of the zone to which the instances belong.