ClusterServiceConfigsProps
Properties for defining a ClusterServiceConfigs.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-clusterserviceconfigs
Initializer
import ros_cdk_emr
ros_cdk_emr.ClusterServiceConfigsProps(
cluster_id: typing.Union[str, IResolvable],
service_configs: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ServiceConfigsProperty]]]
)
Properties
| Name | Type | Description |
|---|---|---|
cluster_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property clusterId: The ID of the cluster. |
service_configs |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ServiceConfigsProperty]]] |
Property serviceConfigs: Server configs. |
cluster_idRequired
cluster_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property clusterId: The ID of the cluster.
service_configsRequired
service_configs: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ServiceConfigsProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ServiceConfigsProperty]]]
Property serviceConfigs: Server configs.