CloudConnectNetworkProps
Properties for defining a CloudConnectNetwork.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-cloudconnectnetwork
Initializer
import { CloudConnectNetworkProps } from '@alicloud/ros-cdk-sag'
const cloudConnectNetworkProps: CloudConnectNetworkProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
description | string | @alicloud/ros-cdk-core.IResolvable | Property description: The description of the CCN instance. |
isDefault | boolean | @alicloud/ros-cdk-core.IResolvable | Property isDefault: Whether is created by system. |
name | string | @alicloud/ros-cdk-core.IResolvable | Property name: The name of the CCN instance. |
tags | TagsProperty[] | Property tags: Tags to attach to instance. |
descriptionOptional
public readonly description: string | IResolvable;
- Type: string | @alicloud/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.
isDefaultOptional
public readonly isDefault: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property isDefault: Whether is created by system.
nameOptional
public readonly name: string | IResolvable;
- Type: string | @alicloud/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
public readonly tags: TagsProperty[];
- Type: 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.