CreateAwsNodePoolRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Response message for AwsClusters.CreateAwsNodePool method.
| Attributes | |
|---|---|
| Name | Description | 
| parent | strRequired. The AwsCluster resource where this node pool will be created. AwsClusternames are formatted asprojects/.
   
   See `Resource
   Names | 
| aws_node_pool | google.cloud.gke_multicloud_v1.types.AwsNodePoolRequired. The specification of the AwsNodePool to create. | 
| aws_node_pool_id | strRequired. A client provided ID the resource. Must be unique within the parent resource. The provided ID will be part of the AwsNodePool resource name formatted as projects/.
   
   Valid characters are/a-z][0-9]-/. Cannot be longer
   than 63 characters. | 
| validate_only | boolIf set, only validate the request, but do not actually create the node pool. |