Show / Hide Table of Contents

Class NodeGroupResourceGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodeGroupResourceGetArgs
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 NodeGroupResourceGetArgs : ResourceArgs

Constructors

View Source

NodeGroupResourceGetArgs()

Declaration
public NodeGroupResourceGetArgs()

Properties

View Source

AutoscalingGroups

List of objects containing information about AutoScaling Groups.

Declaration
public InputList<NodeGroupResourceAutoscalingGroupGetArgs> AutoscalingGroups { get; set; }
Property Value
Type Description
InputList<NodeGroupResourceAutoscalingGroupGetArgs>
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.