@Stability(value=Stable)
public static interface CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
You can specify either the
launchTemplateNameor thelaunchTemplateId, but not both.
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.imagebuilder.*;
FastLaunchLaunchTemplateSpecificationProperty fastLaunchLaunchTemplateSpecificationProperty = FastLaunchLaunchTemplateSpecificationProperty.builder()
.launchTemplateId("launchTemplateId")
.launchTemplateName("launchTemplateName")
.launchTemplateVersion("launchTemplateVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.Builder
|
static class |
CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.Jsii$Proxy
An implementation for
CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.Builder |
builder() |
default String |
getLaunchTemplateId()
The ID of the launch template to use for faster launching for a Windows AMI.
|
default String |
getLaunchTemplateName()
The name of the launch template to use for faster launching for a Windows AMI.
|
default String |
getLaunchTemplateVersion()
The version of the launch template to use for faster launching for a Windows AMI.
|
@Stability(value=Stable) @Nullable default String getLaunchTemplateId()
@Stability(value=Stable) @Nullable default String getLaunchTemplateName()
@Stability(value=Stable) @Nullable default String getLaunchTemplateVersion()
@Stability(value=Stable) static CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.