@Stability(value=Stable)
public static interface CfnDistributionConfiguration.LaunchTemplateConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
LaunchTemplateConfigurationProperty launchTemplateConfigurationProperty = LaunchTemplateConfigurationProperty.builder()
.accountId("accountId")
.launchTemplateId("launchTemplateId")
.setDefaultVersion(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder
|
static class |
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Jsii$Proxy
An implementation for
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder |
builder() |
default String |
getAccountId()
The account ID that this configuration applies to.
|
default String |
getLaunchTemplateId()
Identifies the Amazon EC2 launch template to use.
|
default Object |
getSetDefaultVersion()
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
|
@Stability(value=Stable) @Nullable default String getAccountId()
@Stability(value=Stable) @Nullable default String getLaunchTemplateId()
@Stability(value=Stable) @Nullable default Object getSetDefaultVersion()
@Stability(value=Stable) static CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.