@Stability(value=Stable)
public static interface CfnAutoScalingGroup.LaunchTemplateSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.*;
LaunchTemplateSpecificationProperty launchTemplateSpecificationProperty = LaunchTemplateSpecificationProperty.builder()
.version("version")
// the properties below are optional
.launchTemplateId("launchTemplateId")
.launchTemplateName("launchTemplateName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder
A builder for
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty |
static class |
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Jsii$Proxy
An implementation for
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder |
builder() |
default String |
getLaunchTemplateId()
`CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.LaunchTemplateId`.
|
default String |
getLaunchTemplateName()
`CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.LaunchTemplateName`.
|
String |
getVersion()
`CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Version`.
|
@Stability(value=Stable) @Nullable default String getLaunchTemplateId()
@Stability(value=Stable) @Nullable default String getLaunchTemplateName()
@Stability(value=Stable) @NotNull String getVersion()
@Stability(value=Stable) static CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.