Skip to content

ZoneProps

Properties for defining a Zone.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-zone

Initializer

import ros_cdk_pvtz
ros_cdk_pvtz.ZoneProps(
  zone_name: typing.Union[str, IResolvable],
  ignored_stack_tag_keys: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  proxy_pattern: typing.Union[str, IResolvable] = None,
  remark: typing.Union[str, IResolvable] = None,
  resource_group_id: typing.Union[str, IResolvable] = None,
  tags: typing.List[TagsProperty] = None,
  zone_tag: typing.Union[str, IResolvable] = None,
  zone_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
zone_name typing.Union[str, ros_cdk_core.IResolvable] Property zoneName: Zone name.
ignored_stack_tag_keys typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property ignoredStackTagKeys: Stack tag keys to ignore.
proxy_pattern typing.Union[str, ros_cdk_core.IResolvable] Property proxyPattern: ZONE: completely hijack the entire zone.
remark typing.Union[str, ros_cdk_core.IResolvable] Property remark: 50 characters at most.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] Property resourceGroupId: Resource group id.
tags typing.List[TagsProperty] Property tags: Tags to attach to instance.
zone_tag typing.Union[str, ros_cdk_core.IResolvable] Property zoneTag: Zone label.
zone_type typing.Union[str, ros_cdk_core.IResolvable] Property zoneType: Zone type.

zone_nameRequired

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

Property zoneName: Zone name.


ignored_stack_tag_keysOptional

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

Property ignoredStackTagKeys: Stack tag keys to ignore.


proxy_patternOptional

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

Property proxyPattern: ZONE: completely hijack the entire zone.

RECORD: Incomplete hijacking, recursive resolution agent. Default to ZONE.


remarkOptional

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

Property remark: 50 characters at most.

It can only contain numbers, Chinese, English and special characters: "_-,.,。".


resource_group_idOptional

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

Property resourceGroupId: Resource group id.


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.


zone_tagOptional

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

Property zoneTag: Zone label.

It will be ignored when ZoneType is AUTH_ZONE.


zone_typeOptional

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

Property zoneType: Zone type.

For instance: AUTH_ZONE, CLOUD_PRODUCT_ZONE.