Interface CfnComputeNodeGroupPropsMixin.CustomLaunchTemplateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComputeNodeGroupPropsMixin.CustomLaunchTemplateProperty.Jsii$Proxy
- Enclosing class:
CfnComputeNodeGroupPropsMixin
@Stability(Stable)
public static interface CfnComputeNodeGroupPropsMixin.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.cfnpropertymixins.services.pcs.*;
CustomLaunchTemplateProperty customLaunchTemplateProperty = CustomLaunchTemplateProperty.builder()
.templateId("templateId")
.version("version")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnComputeNodeGroupPropsMixin.CustomLaunchTemplateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTemplateId
The ID of the EC2 launch template to use to provision instances.- See Also:
-
getVersion
The version of the EC2 launch template to use to provision instances.- See Also:
-
builder
@Stability(Stable) static CfnComputeNodeGroupPropsMixin.CustomLaunchTemplateProperty.Builder builder()
-