Class CfnDistributionConfiguration.FastLaunchConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration.FastLaunchConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistributionConfiguration.FastLaunchConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistributionConfiguration.FastLaunchConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDistributionConfiguration.FastLaunchConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistributionConfiguration.FastLaunchConfigurationProperty
An implementation for
CfnDistributionConfiguration.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.services.imagebuilder.CfnDistributionConfiguration.FastLaunchConfigurationProperty
CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder, CfnDistributionConfiguration.FastLaunchConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistributionConfiguration.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
Constructor that initializes the object based on literal property values passed by theCfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnDistributionConfiguration.FastLaunchConfigurationPropertyThe owner account ID for the fast-launch enabled Windows AMI.- Specified by:
getAccountIdin interfaceCfnDistributionConfiguration.FastLaunchConfigurationProperty- See Also:
-
getEnabled
Description copied from interface:CfnDistributionConfiguration.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 interfaceCfnDistributionConfiguration.FastLaunchConfigurationProperty- See Also:
-
getLaunchTemplate
Description copied from interface:CfnDistributionConfiguration.FastLaunchConfigurationPropertyThe launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.Returns union: either
IResolvableorCfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty- Specified by:
getLaunchTemplatein interfaceCfnDistributionConfiguration.FastLaunchConfigurationProperty- See Also:
-
getMaxParallelLaunches
Description copied from interface:CfnDistributionConfiguration.FastLaunchConfigurationPropertyThe maximum number of parallel instances that are launched for creating resources.- Specified by:
getMaxParallelLaunchesin interfaceCfnDistributionConfiguration.FastLaunchConfigurationProperty- See Also:
-
getSnapshotConfiguration
Description copied from interface:CfnDistributionConfiguration.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
IResolvableorCfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty- Specified by:
getSnapshotConfigurationin interfaceCfnDistributionConfiguration.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()
-