RosIpamScopeProps
Properties for defining a RosIpamScope.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipamscope
Initializer
import { RosIpamScopeProps } from '@alicloud/ros-cdk-vpc'
const rosIpamScopeProps: RosIpamScopeProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
ipamId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipamScopeDescription |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipamScopeName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipamScopeType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
tags |
TagsProperty[] |
No description. |
ipamIdRequired
public readonly ipamId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
ipamScopeDescriptionOptional
public readonly ipamScopeDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
ipamScopeNameOptional
public readonly ipamScopeName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
ipamScopeTypeOptional
public readonly ipamScopeType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
tagsOptional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]