Skip to content

CloudConnectNetworkProps

Properties for defining a CloudConnectNetwork.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-cloudconnectnetwork

Initializer

import ros_cdk_sag
ros_cdk_sag.CloudConnectNetworkProps(
  description: typing.Union[str, IResolvable] = None,
  is_default: typing.Union[bool, IResolvable] = None,
  name: typing.Union[str, IResolvable] = None,
  tags: typing.List[TagsProperty] = None
)

Properties

Name Type Description
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the CCN instance.
is_default typing.Union[bool, ros_cdk_core.IResolvable] Property isDefault: Whether is created by system.
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The name of the CCN instance.
tags typing.List[TagsProperty] Property tags: Tags to attach to instance.

descriptionOptional

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

Property description: The description of the CCN instance.

The description must be 2 to 256 characters in length and can contain letters, digits, underscores (_), and hyphens (-). The description must start with a letter.


is_defaultOptional

is_default: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property isDefault: Whether is created by system.


nameOptional

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

Property name: The name of the CCN instance.

The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (_),and hyphens (-). The name must start with a letter.


tagsOptional

tags: typing.List[TagsProperty]

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.