Class NodeGroupResourceGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NodeGroupResourceGetArgs : ResourceArgs
Constructors
View SourceNodeGroupResourceGetArgs()
Declaration
public NodeGroupResourceGetArgs()
Properties
View SourceAutoscalingGroups
List of objects containing information about AutoScaling Groups.
Declaration
public InputList<NodeGroupResourceAutoscalingGroupGetArgs> AutoscalingGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NodeGroupResourceAutoscalingGroupGetArgs> |
RemoteAccessSecurityGroupId
Identifier of the remote access EC2 Security Group.
Declaration
public Input<string> RemoteAccessSecurityGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |