Show / Hide Table of Contents

Class ClusterEc2Attributes

Inheritance
System.Object
ClusterEc2Attributes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Emr.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEc2Attributes

Fields

View Source

AdditionalMasterSecurityGroups

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
View Source

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
View Source

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
View Source

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
View Source

InstanceProfile

Instance Profile for EC2 instances of the cluster assume this role

Declaration
public readonly string InstanceProfile
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.