Skip to content

RosClusterServiceConfigsProps

Properties for defining a RosClusterServiceConfigs.

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

Initializer

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

Properties

Name Type Description
ClusterId object No description.
ServiceConfigs object No description.

ClusterIdRequired

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

ServiceConfigsRequired

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