RosResourceGroupProps
Properties for defining a RosResourceGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-resourcemanager-resourcegroup
Initializer
import { datasource } from '@alicloud/ros-cdk-resourcemanager'
const rosResourceGroupProps: datasource.RosResourceGroupProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
includeTags |
boolean | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
includeTagsOptional
public readonly includeTags: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
refreshOptionsOptional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
resourceGroupIdOptional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable