Class EmrCreateCluster.ApplicationConfigProperty
Properties for the EMR Cluster Applications.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EmrCreateCluster.ApplicationConfigProperty : EmrCreateCluster.IApplicationConfigProperty
Syntax (vb)
Public Class EmrCreateCluster.ApplicationConfigProperty Implements EmrCreateCluster.IApplicationConfigProperty
Remarks
Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
See the RunJobFlow API for complete documentation on input parameters
See: https://docs.aws.amazon.com/emr/latest/APIReference/API_Application.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.StepFunctions.Tasks;
var applicationConfigProperty = new ApplicationConfigProperty {
Name = "name",
// the properties below are optional
AdditionalInfo = new Dictionary<string, string> {
{ "additionalInfoKey", "additionalInfo" }
},
Args = new [] { "args" },
Version = "version"
};
Synopsis
Constructors
| ApplicationConfigProperty() | Properties for the EMR Cluster Applications. |
Properties
| AdditionalInfo | This option is for advanced users only. |
| Args | Arguments for Amazon EMR to pass to the application. |
| Name | The name of the application. |
| Version | The version of the application. |
Constructors
ApplicationConfigProperty()
Properties for the EMR Cluster Applications.
public ApplicationConfigProperty()
Remarks
Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
See the RunJobFlow API for complete documentation on input parameters
See: https://docs.aws.amazon.com/emr/latest/APIReference/API_Application.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.StepFunctions.Tasks;
var applicationConfigProperty = new ApplicationConfigProperty {
Name = "name",
// the properties below are optional
AdditionalInfo = new Dictionary<string, string> {
{ "additionalInfoKey", "additionalInfo" }
},
Args = new [] { "args" },
Version = "version"
};
Properties
AdditionalInfo
This option is for advanced users only.
public IDictionary<string, string>? AdditionalInfo { get; set; }
Property Value
Remarks
This is meta information about third-party applications that third-party vendors use for testing purposes.
Default: No additionalInfo
Args
Arguments for Amazon EMR to pass to the application.
public string[]? Args { get; set; }
Property Value
string[]
Remarks
Default: No args
Name
The name of the application.
public string Name { get; set; }
Property Value
Remarks
Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
See the RunJobFlow API for complete documentation on input parameters
See: https://docs.aws.amazon.com/emr/latest/APIReference/API_Application.html
ExampleMetadata: fixture=_generated
Version
The version of the application.
public string? Version { get; set; }
Property Value
Remarks
Default: No version