public static interface CfnDistributionConfiguration.FastLaunchConfigurationProperty
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.*; 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 java.lang.String |
getAccountId()
The owner account ID for the fast-launch enabled Windows AMI.
|
default java.lang.Object |
getEnabled()
A Boolean that represents the current state of faster launching for the Windows AMI.
|
default java.lang.Object |
getLaunchTemplate()
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
|
default java.lang.Number |
getMaxParallelLaunches()
The maximum number of parallel instances that are launched for creating resources.
|
default java.lang.Object |
getSnapshotConfiguration()
Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
|
default java.lang.String getAccountId()
default java.lang.Object getEnabled()
Set to true
to start using Windows faster launching, or false
to stop using it.
default java.lang.Object getLaunchTemplate()
default java.lang.Number getMaxParallelLaunches()
default java.lang.Object getSnapshotConfiguration()