Skip to content

ClusterServiceConfigsProps

Properties for defining a ClusterServiceConfigs.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-clusterserviceconfigs

Initializer

using AlibabaCloud.SDK.ROS.CDK.Emr;
new ClusterServiceConfigsProps {
    object ClusterId,
    object ServiceConfigs
};

Properties

Name Type Description
ClusterId object Property clusterId: The ID of the cluster.
ServiceConfigs object Property serviceConfigs: Server configs.

ClusterIdRequired

public object ClusterId { get; set; }
  • Type: object

Property clusterId: The ID of the cluster.


ServiceConfigsRequired

public object ServiceConfigs { get; set; }
  • Type: object

Property serviceConfigs: Server configs.