Class CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty
An implementation for
CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty
CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty.Builder, CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe owner account ID for the fast-launch enabled Windows AMI.final ObjectA Boolean that represents the current state of faster launching for the Windows AMI.final ObjectThe launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.final NumberThe maximum number of parallel instances that are launched for creating resources.final ObjectConfiguration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationPropertyThe owner account ID for the fast-launch enabled Windows AMI.- Specified by:
getAccountIdin interfaceCfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty- See Also:
-
getEnabled
Description copied from interface:CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationPropertyA Boolean that represents the current state of faster launching for the Windows AMI.Set to
trueto start using Windows faster launching, orfalseto stop using it.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty- See Also:
-
getLaunchTemplate
Description copied from interface:CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationPropertyThe launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.Returns union: either
IResolvableorCfnDistributionConfigurationPropsMixin.FastLaunchLaunchTemplateSpecificationProperty- Specified by:
getLaunchTemplatein interfaceCfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty- See Also:
-
getMaxParallelLaunches
Description copied from interface:CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationPropertyThe maximum number of parallel instances that are launched for creating resources.- Specified by:
getMaxParallelLaunchesin interfaceCfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty- See Also:
-
getSnapshotConfiguration
Description copied from interface:CfnDistributionConfigurationPropsMixin.FastLaunchConfigurationPropertyConfiguration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.Returns union: either
IResolvableorCfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty- Specified by:
getSnapshotConfigurationin interfaceCfnDistributionConfigurationPropsMixin.FastLaunchConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-