Show / Hide Table of Contents

Class NodeGroupResource

Inheritance
System.Object
NodeGroupResource
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.Eks.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NodeGroupResource

Fields

View Source

AutoscalingGroups

List of objects containing information about AutoScaling Groups.

Declaration
public readonly ImmutableArray<NodeGroupResourceAutoscalingGroup> AutoscalingGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<NodeGroupResourceAutoscalingGroup>
View Source

RemoteAccessSecurityGroupId

Identifier of the remote access EC2 Security Group.

Declaration
public readonly string RemoteAccessSecurityGroupId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.