NodegroupResources
public struct NodegroupResources : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Auto Scaling groups associated with the node group.
Declaration
Swift
public let autoScalingGroups: [AutoScalingGroup]? -
The remote access security group associated with the node group. This security group controls SSH access to the worker nodes.
Declaration
Swift
public let remoteAccessSecurityGroup: String? -
Undocumented
Declaration
Swift
public init(autoScalingGroups: [AutoScalingGroup]? = nil, remoteAccessSecurityGroup: String? = nil)
View on GitHub
NodegroupResources Structure Reference