ClusterServiceConfigsProps
Properties for defining a ClusterServiceConfigs
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-clusterserviceconfigs
Initializer
import { ClusterServiceConfigsProps } from '@alicloud/ros-cdk-emr'
const clusterServiceConfigsProps: ClusterServiceConfigsProps = { ... }
Properties
Name | Type | Description |
---|---|---|
clusterId |
string | @alicloud/ros-cdk-core.IResolvable |
Property clusterId: The ID of the cluster. |
serviceConfigs |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ServiceConfigsProperty[] |
Property serviceConfigs: Server configs. |
clusterId
Required
public readonly clusterId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property clusterId: The ID of the cluster.
serviceConfigs
Required
public readonly serviceConfigs: IResolvable | IResolvable | ServiceConfigsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ServiceConfigsProperty[]
Property serviceConfigs: Server configs.