GatewaysProps
Properties for defining a Gateways.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mse-gateways
Initializer
import { datasource } from '@alicloud/ros-cdk-mse'
const gatewaysProps: datasource.GatewaysProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
gatewayId | string | @alicloud/ros-cdk-core.IResolvable | Property gatewayId: The ID of gateway. |
gatewayType | string | @alicloud/ros-cdk-core.IResolvable | Property gatewayType: The type of gateway. |
instanceId | string | @alicloud/ros-cdk-core.IResolvable | Property instanceId: The instance ID of gateway. |
name | string | @alicloud/ros-cdk-core.IResolvable | Property name: The name of gateway. |
refreshOptions | string | @alicloud/ros-cdk-core.IResolvable | Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
vpc | string | @alicloud/ros-cdk-core.IResolvable | Property vpc: The vpc ID of gateway. |
gatewayIdOptional
public readonly gatewayId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property gatewayId: The ID of gateway.
gatewayTypeOptional
public readonly gatewayType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property gatewayType: The type of gateway.
instanceIdOptional
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The instance ID of gateway.
nameOptional
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of gateway.
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.
vpcOptional
public readonly vpc: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpc: The vpc ID of gateway.