ClusterServiceConfigsProps
Properties for defining a ClusterServiceConfigs
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-clusterserviceconfigs
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr"
&alicloudroscdkemr.ClusterServiceConfigsProps {
ClusterId: interface{},
ServiceConfigs: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ClusterId |
interface{} |
Property clusterId: The ID of the cluster. |
ServiceConfigs |
interface{} |
Property serviceConfigs: Server configs. |
ClusterId
Required
ClusterId interface{}
- Type: interface{}
Property clusterId: The ID of the cluster.
ServiceConfigs
Required
ServiceConfigs interface{}
- Type: interface{}
Property serviceConfigs: Server configs.