Skip to content

GatewaysProps

Properties for defining a Gateways.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mse-gateways

Initializer

from ros_cdk_mse import datasource
datasource.GatewaysProps(
  gateway_id: typing.Union[str, IResolvable] = None,
  gateway_type: typing.Union[str, IResolvable] = None,
  instance_id: typing.Union[str, IResolvable] = None,
  name: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None,
  vpc: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
gateway_id typing.Union[str, ros_cdk_core.IResolvable] Property gatewayId: The ID of gateway.
gateway_type typing.Union[str, ros_cdk_core.IResolvable] Property gatewayType: The type of gateway.
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The instance ID of gateway.
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The name of gateway.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
vpc typing.Union[str, ros_cdk_core.IResolvable] Property vpc: The vpc ID of gateway.

gateway_idOptional

gateway_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property gatewayId: The ID of gateway.


gateway_typeOptional

gateway_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property gatewayType: The type of gateway.


instance_idOptional

instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property instanceId: The instance ID of gateway.


nameOptional

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property name: The name of gateway.


refresh_optionsOptional

refresh_options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.

vpcOptional

vpc: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vpc: The vpc ID of gateway.