Show / Hide Table of Contents

Class NodeGroupResourceArgs

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

Constructors

View Source

NodeGroupResourceArgs()

Declaration
public NodeGroupResourceArgs()

Properties

View Source

AutoscalingGroups

List of objects containing information about AutoScaling Groups.

Declaration
public InputList<NodeGroupResourceAutoscalingGroupArgs> AutoscalingGroups { get; set; }
Property Value
Type Description
InputList<NodeGroupResourceAutoscalingGroupArgs>
View Source

RemoteAccessSecurityGroupId

Identifier of the remote access EC2 Security Group.

Declaration
public Input<string> RemoteAccessSecurityGroupId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.