Uses of Interface
software.amazon.awscdk.services.pcs.CfnComputeNodeGroup.CustomLaunchTemplateProperty
Packages that use CfnComputeNodeGroup.CustomLaunchTemplateProperty
-
Uses of CfnComputeNodeGroup.CustomLaunchTemplateProperty in software.amazon.awscdk.services.pcs
Classes in software.amazon.awscdk.services.pcs that implement CfnComputeNodeGroup.CustomLaunchTemplatePropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnComputeNodeGroup.CustomLaunchTemplatePropertyMethods in software.amazon.awscdk.services.pcs that return CfnComputeNodeGroup.CustomLaunchTemplatePropertyModifier and TypeMethodDescriptionCfnComputeNodeGroup.CustomLaunchTemplateProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.pcs with parameters of type CfnComputeNodeGroup.CustomLaunchTemplatePropertyModifier and TypeMethodDescriptionCfnComputeNodeGroup.Builder.customLaunchTemplate(CfnComputeNodeGroup.CustomLaunchTemplateProperty customLaunchTemplate) An Amazon EC2 launch template AWS PCS uses to launch compute nodes.CfnComputeNodeGroupProps.Builder.customLaunchTemplate(CfnComputeNodeGroup.CustomLaunchTemplateProperty customLaunchTemplate) Sets the value ofCfnComputeNodeGroupProps.getCustomLaunchTemplate()voidCfnComputeNodeGroup.setCustomLaunchTemplate(CfnComputeNodeGroup.CustomLaunchTemplateProperty value) An Amazon EC2 launch template AWS PCS uses to launch compute nodes.