Interface CfnComputeNodeGroup.CustomLaunchTemplateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComputeNodeGroup.CustomLaunchTemplateProperty.Jsii$Proxy
- Enclosing class:
CfnComputeNodeGroup
@Stability(Stable)
public static interface CfnComputeNodeGroup.CustomLaunchTemplateProperty
extends software.amazon.jsii.JsiiSerializable
An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pcs.*;
CustomLaunchTemplateProperty customLaunchTemplateProperty = CustomLaunchTemplateProperty.builder()
.version("version")
// the properties below are optional
.templateId("templateId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnComputeNodeGroup.CustomLaunchTemplatePropertystatic final classAn implementation forCfnComputeNodeGroup.CustomLaunchTemplateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVersion
The version of the EC2 launch template to use to provision instances.- See Also:
-
getTemplateId
The ID of the EC2 launch template to use to provision instances.- See Also:
-
builder
-