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. |
gatewayId
Optional
public readonly gatewayId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property gatewayId: The ID of gateway.
gatewayType
Optional
public readonly gatewayType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property gatewayType: The type of gateway.
instanceId
Optional
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The instance ID of gateway.
name
Optional
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of gateway.
refreshOptions
Optional
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.
vpc
Optional
public readonly vpc: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpc: The vpc ID of gateway.