Skip to content

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

Name Type Description
ApplicationName object No description.
ConfigFileName object No description.
ConfigItemKey object No description.
ConfigItemValue object No description.
ConfigScope object No description.
NodeGroupId object No description.
NodeGroupName object No description.

ApplicationNameRequired

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

ConfigFileNameOptional

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

ConfigItemKeyOptional

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

ConfigItemValueOptional

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

ConfigScopeOptional

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

NodeGroupIdOptional

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

NodeGroupNameOptional

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