ApplicationConfigsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new ApplicationConfigsProperty {
object ApplicationName,
object ConfigFileName = null,
object ConfigItemKey = null,
object ConfigItemValue = null,
object ConfigScope = null,
object NodeGroupId = null,
object NodeGroupName = null
};
Properties
ApplicationNameRequired
public object ApplicationName { get; set; }
ConfigFileNameOptional
public object ConfigFileName { get; set; }
ConfigItemKeyOptional
public object ConfigItemKey { get; set; }
ConfigItemValueOptional
public object ConfigItemValue { get; set; }
ConfigScopeOptional
public object ConfigScope { get; set; }
NodeGroupIdOptional
public object NodeGroupId { get; set; }
NodeGroupNameOptional
public object NodeGroupName { get; set; }