Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.03 KB

AWSNodePool.md

File metadata and controls

16 lines (12 loc) · 1.03 KB

AWSNodePool

Representation of aws node pool specific parameters.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'AWSNodePool' if this is a complete object or 'AWSNodePoolLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
instance_profile str InstanceProfile is the AWS EC2 instance profile, which is a container for an IAM role that the EC2 instance uses. [optional]
instance_type str InstanceType is an ec2 instance type for node instances (e.g. m5.large). [optional]
tags dict(str, str) Optional keys and values that the installer will add as tags to all AWS resources it creates [optional]

[Back to Model list] [Back to API list] [Back to README]