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
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnDistributionConfiguration.FastLaunchConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
CfnDistributionConfiguration.FastLaunchConfigurationProperty.AccountId
.default Object
CfnDistributionConfiguration.FastLaunchConfigurationProperty.Enabled
.default Object
CfnDistributionConfiguration.FastLaunchConfigurationProperty.LaunchTemplate
.default Number
CfnDistributionConfiguration.FastLaunchConfigurationProperty.MaxParallelLaunches
.default Object
CfnDistributionConfiguration.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()
-