@Stability(value=Stable)
public static interface CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty
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.*;
FastLaunchSnapshotConfigurationProperty fastLaunchSnapshotConfigurationProperty = FastLaunchSnapshotConfigurationProperty.builder()
.targetResourceCount(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.Builder
|
static class |
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.Jsii$Proxy
An implementation for
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.Builder |
builder() |
default Number |
getTargetResourceCount()
`CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.TargetResourceCount`.
|
@Stability(value=Stable) @Nullable default Number getTargetResourceCount()
@Stability(value=Stable) static CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.