Skip to content

RosAddressProps

Properties for defining a RosAddress.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eip-address

Initializer

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

Properties

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

allocationIdRequired

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

refreshOptionsOptional

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