ExcludedResourcesProperty
Initializer
import { ExcludedResourcesProperty } from '@alicloud/ros-cdk-ros'
const excludedResourcesProperty: ExcludedResourcesProperty = { ... }
Properties
Name |
Type |
Description |
resourceId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
regionId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
resourceType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
resourceId
Required
public readonly resourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
regionId
Optional
public readonly regionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
resourceType
Optional
public readonly resourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable