RosCenInstanceProps
Properties for defining a RosCenInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstance
Initializer
import { RosCenInstanceProps } from '@alicloud/ros-cdk-cen'
const rosCenInstanceProps: RosCenInstanceProps = { ... }
Properties
Name | Type | Description |
---|---|---|
description |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
name |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
protectionLevel |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
tags |
TagsProperty[] |
No description. |
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
name
Optional
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
protectionLevel
Optional
public readonly protectionLevel: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]