public static final class CfnDistributionConfiguration.FastLaunchConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDistributionConfiguration.FastLaunchConfigurationProperty
CfnDistributionConfiguration.FastLaunchConfigurationProperty
CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder, CfnDistributionConfiguration.FastLaunchConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccountId()
The owner account ID for the fast-launch enabled Windows AMI.
|
java.lang.Object |
getEnabled()
A Boolean that represents the current state of faster launching for the Windows AMI.
|
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.
|
java.lang.Number |
getMaxParallelLaunches()
The maximum number of parallel instances that are launched for creating resources.
|
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.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAccountId()
CfnDistributionConfiguration.FastLaunchConfigurationProperty
getAccountId
in interface CfnDistributionConfiguration.FastLaunchConfigurationProperty
public final java.lang.Object getEnabled()
CfnDistributionConfiguration.FastLaunchConfigurationProperty
Set to true
to start using Windows faster launching, or false
to stop using it.
getEnabled
in interface CfnDistributionConfiguration.FastLaunchConfigurationProperty
public final java.lang.Object getLaunchTemplate()
CfnDistributionConfiguration.FastLaunchConfigurationProperty
getLaunchTemplate
in interface CfnDistributionConfiguration.FastLaunchConfigurationProperty
public final java.lang.Number getMaxParallelLaunches()
CfnDistributionConfiguration.FastLaunchConfigurationProperty
getMaxParallelLaunches
in interface CfnDistributionConfiguration.FastLaunchConfigurationProperty
public final java.lang.Object getSnapshotConfiguration()
CfnDistributionConfiguration.FastLaunchConfigurationProperty
getSnapshotConfiguration
in interface CfnDistributionConfiguration.FastLaunchConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()