Class CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.autoscaling.mixins.CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty
An implementation for
CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty-
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.mixins.preview.services.autoscaling.mixins.CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty
CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty.Builder, CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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(CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty.Builder.
-
-
Method Details
-
getCapacityReservationPreference
Description copied from interface:CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationPropertyThe capacity reservation preference. The following options are available:.capacity-reservations-only- Auto Scaling will only launch instances into a Capacity Reservation or Capacity Reservation resource group. If capacity isn't available, instances will fail to launch.capacity-reservations-first- Auto Scaling will try to launch instances into a Capacity Reservation or Capacity Reservation resource group first. If capacity isn't available, instances will run in On-Demand capacity.none- Auto Scaling will not launch instances into a Capacity Reservation. Instances will run in On-Demand capacity.default- Auto Scaling uses the Capacity Reservation preference from your launch template or an open Capacity Reservation.
- Specified by:
getCapacityReservationPreferencein interfaceCfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty- See Also:
-
getCapacityReservationTarget
Description copied from interface:CfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationPropertyDescribes a target Capacity Reservation or Capacity Reservation resource group.Returns union: either
IResolvableorCfnAutoScalingGroupPropsMixin.CapacityReservationTargetProperty- Specified by:
getCapacityReservationTargetin interfaceCfnAutoScalingGroupPropsMixin.CapacityReservationSpecificationProperty- 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()
-