Interface CfnDistributionConfiguration.FastLaunchConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistributionConfiguration.FastLaunchConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnDistributionConfiguration
@Stability(Stable)
public static interface CfnDistributionConfiguration.FastLaunchConfigurationProperty
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.*;
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDistributionConfiguration.FastLaunchConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringCfnDistributionConfiguration.FastLaunchConfigurationProperty.AccountId.default ObjectCfnDistributionConfiguration.FastLaunchConfigurationProperty.Enabled.default ObjectCfnDistributionConfiguration.FastLaunchConfigurationProperty.LaunchTemplate.default NumberCfnDistributionConfiguration.FastLaunchConfigurationProperty.MaxParallelLaunches.default ObjectCfnDistributionConfiguration.FastLaunchConfigurationProperty.SnapshotConfiguration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
CfnDistributionConfiguration.FastLaunchConfigurationProperty.AccountId. -
getEnabled
CfnDistributionConfiguration.FastLaunchConfigurationProperty.Enabled. -
getLaunchTemplate
CfnDistributionConfiguration.FastLaunchConfigurationProperty.LaunchTemplate. -
getMaxParallelLaunches
CfnDistributionConfiguration.FastLaunchConfigurationProperty.MaxParallelLaunches. -
getSnapshotConfiguration
CfnDistributionConfiguration.FastLaunchConfigurationProperty.SnapshotConfiguration. -
builder
@Stability(Stable) static CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder builder()
-