@Stability(value=Stable)
public static interface CfnDistributionConfiguration.FastLaunchConfigurationProperty
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.imagebuilder.*;
FastLaunchConfigurationProperty fastLaunchConfigurationProperty = FastLaunchConfigurationProperty.builder()
.accountId("accountId")
.enabled(false)
.launchTemplate(FastLaunchLaunchTemplateSpecificationProperty.builder()
.launchTemplateId("launchTemplateId")
.launchTemplateName("launchTemplateName")
.launchTemplateVersion("launchTemplateVersion")
.build())
.maxParallelLaunches(123)
.snapshotConfiguration(FastLaunchSnapshotConfigurationProperty.builder()
.targetResourceCount(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder
|
static class |
CfnDistributionConfiguration.FastLaunchConfigurationProperty.Jsii$Proxy
An implementation for
CfnDistributionConfiguration.FastLaunchConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder |
builder() |
default String |
getAccountId()
`CfnDistributionConfiguration.FastLaunchConfigurationProperty.AccountId`.
|
default Object |
getEnabled()
`CfnDistributionConfiguration.FastLaunchConfigurationProperty.Enabled`.
|
default Object |
getLaunchTemplate()
`CfnDistributionConfiguration.FastLaunchConfigurationProperty.LaunchTemplate`.
|
default Number |
getMaxParallelLaunches()
`CfnDistributionConfiguration.FastLaunchConfigurationProperty.MaxParallelLaunches`.
|
default Object |
getSnapshotConfiguration()
`CfnDistributionConfiguration.FastLaunchConfigurationProperty.SnapshotConfiguration`.
|
@Stability(value=Stable) @Nullable default String getAccountId()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default Object getLaunchTemplate()
@Stability(value=Stable) @Nullable default Number getMaxParallelLaunches()
@Stability(value=Stable) @Nullable default Object getSnapshotConfiguration()
@Stability(value=Stable) static CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.