Class ClusterEc2AttributesGetArgs
Inherited Members
Namespace: Pulumi.Aws.Emr.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEc2AttributesGetArgs : ResourceArgs
Constructors
View SourceClusterEc2AttributesGetArgs()
Declaration
public ClusterEc2AttributesGetArgs()
Properties
View SourceAdditionalMasterSecurityGroups
String containing a comma separated list of additional Amazon EC2 security group IDs for the master node
Declaration
public Input<string> AdditionalMasterSecurityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AdditionalSlaveSecurityGroups
String containing a comma separated list of additional Amazon EC2 security group IDs for the slave nodes as a comma separated string
Declaration
public Input<string> AdditionalSlaveSecurityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EmrManagedMasterSecurityGroup
Identifier of the Amazon EC2 EMR-Managed security group for the master node
Declaration
public Input<string> EmrManagedMasterSecurityGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EmrManagedSlaveSecurityGroup
Identifier of the Amazon EC2 EMR-Managed security group for the slave nodes
Declaration
public Input<string> EmrManagedSlaveSecurityGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceProfile
Instance Profile for EC2 instances of the cluster assume this role
Declaration
public Input<string> InstanceProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyName
Amazon EC2 key pair that can be used to ssh to the master node as the user called hadoop
Declaration
public Input<string> KeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceAccessSecurityGroup
Identifier of the Amazon EC2 service-access security group - required when the cluster runs on a private subnet
Declaration
public Input<string> ServiceAccessSecurityGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
VPC subnet id where you want the job flow to launch. Cannot specify the cc1.4xlarge instance type for nodes of a job flow launched in a Amazon VPC
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |