|
NAMEPaws::EKS::LaunchTemplateSpecification USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::EKS::LaunchTemplateSpecification object: $service_obj->Method(Att1 => { Id => $value, ..., Version => $value });
Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EKS::LaunchTemplateSpecification object: $result = $service_obj->Method(...); $result->Att1->Id DESCRIPTIONAn object representing a node group launch template specification. The launch template cannot include "SubnetId" (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html), "IamInstanceProfile" (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IamInstanceProfile.html), "RequestSpotInstances" (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html), "HibernationOptions" (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_HibernationOptionsRequest.html), or "TerminateInstances" (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TerminateInstances.html), or the node group deployment or update will fail. For more information about launch templates, see "CreateLaunchTemplate" (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateLaunchTemplate.html) in the Amazon EC2 API Reference. For more information about using launch templates with Amazon EKS, see Launch template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) in the Amazon EKS User Guide. Specify either "name" or "id", but not both. ATTRIBUTESId => StrThe ID of the launch template. Name => StrThe name of the launch template. Version => StrThe version of the launch template to use. If no version is specified, then the template's default version is used. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EKS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|