Skip to content

RosCustomerGatewayProps

Properties for defining a RosCustomerGateway.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-customergateway

Initializer

import { datasource } from '@alicloud/ros-cdk-vpc'
const rosCustomerGatewayProps: datasource.RosCustomerGatewayProps = { ... }

Properties

Name Type Description
customerGatewayId string | @alicloud/ros-cdk-core.IResolvable No description.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable No description.

customerGatewayIdRequired

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

refreshOptionsOptional

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