Class ClusterEc2Attributes
Inheritance
Inherited Members
Namespace: Pulumi.Aws.Emr.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEc2Attributes
Fields
View SourceAdditionalMasterSecurityGroups
String containing a comma separated list of additional Amazon EC2 security group IDs for the master node
Declaration
public readonly string AdditionalMasterSecurityGroups
Field Value
| Type | Description |
|---|---|
| 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 readonly string AdditionalSlaveSecurityGroups
Field Value
| Type | Description |
|---|---|
| System.String |
EmrManagedMasterSecurityGroup
Identifier of the Amazon EC2 EMR-Managed security group for the master node
Declaration
public readonly string EmrManagedMasterSecurityGroup
Field Value
| Type | Description |
|---|---|
| System.String |
EmrManagedSlaveSecurityGroup
Identifier of the Amazon EC2 EMR-Managed security group for the slave nodes
Declaration
public readonly string EmrManagedSlaveSecurityGroup
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceProfile
Instance Profile for EC2 instances of the cluster assume this role
Declaration
public readonly string InstanceProfile
Field Value
| Type | Description |
|---|---|
| System.String |
KeyName
Amazon EC2 key pair that can be used to ssh to the master node as the user called hadoop
Declaration
public readonly string KeyName
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceAccessSecurityGroup
Identifier of the Amazon EC2 service-access security group - required when the cluster runs on a private subnet
Declaration
public readonly string ServiceAccessSecurityGroup
Field Value
| Type | Description |
|---|---|
| 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 readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |