ResourcesProperty
Initializer
import { ResourcesProperty } from '@alicloud/ros-cdk-resourcemanager'
const resourcesProperty: ResourcesProperty = { ... }
Properties
| Name |
Type |
Description |
resourceId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
resourceType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
resourceIdRequired
public readonly resourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
resourceTypeRequired
public readonly resourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable