Show / Hide Table of Contents

Class ClusterEc2AttributesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterEc2AttributesArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEc2AttributesArgs : ResourceArgs

Constructors

View Source

ClusterEc2AttributesArgs()

Declaration
public ClusterEc2AttributesArgs()

Properties

View Source

AdditionalMasterSecurityGroups

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>
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 Input<string> AdditionalSlaveSecurityGroups { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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

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

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>
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 Input<string> SubnetId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.