| Modifier and Type | Class and Description |
|---|---|
static class |
LaunchTemplateSpecification.Jsii$Proxy
An implementation for
LaunchTemplateSpecification |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification |
LaunchTemplateSpecification.Builder.build()
Builds the configured instance.
|
default LaunchTemplateSpecification |
ComputeResources.getLaunchTemplate()
(experimental) An optional launch template to associate with your compute resources.
|
LaunchTemplateSpecification |
ComputeResources.Jsii$Proxy.getLaunchTemplate() |
| Modifier and Type | Method and Description |
|---|---|
ComputeResources.Builder |
ComputeResources.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
Sets the value of
ComputeResources.getLaunchTemplate() |
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
AllocationStrategy allocationStrategy,
Number bidPercentage,
Map<String,String> computeResourcesTags,
Number desiredvCpus,
String ec2KeyPair,
IMachineImage image,
String instanceRole,
List<? extends InstanceType> instanceTypes,
LaunchTemplateSpecification launchTemplate,
Number maxvCpus,
Number minvCpus,
String placementGroup,
List<? extends ISecurityGroup> securityGroups,
IRole spotFleetRole,
ComputeResourceType type,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ComputeResources.Builder. |
Copyright © 2021. All rights reserved.