Class CfnSpotFleetPropsMixin.SpotPlacementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSpotFleetPropsMixin.SpotPlacementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSpotFleetPropsMixin.SpotPlacementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSpotFleetPropsMixin.SpotPlacementProperty
@Stability(Stable)
@Internal
public static final class CfnSpotFleetPropsMixin.SpotPlacementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSpotFleetPropsMixin.SpotPlacementProperty
An implementation for
CfnSpotFleetPropsMixin.SpotPlacementProperty-
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.ec2.CfnSpotFleetPropsMixin.SpotPlacementProperty
CfnSpotFleetPropsMixin.SpotPlacementProperty.Builder, CfnSpotFleetPropsMixin.SpotPlacementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSpotFleetPropsMixin.SpotPlacementProperty.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 Availability Zone.final StringThe ID of the Availability Zone.final StringThe name of the placement group.final StringThe tenancy of the instance (if the instance is running in a VPC).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 theCfnSpotFleetPropsMixin.SpotPlacementProperty.Builder.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnSpotFleetPropsMixin.SpotPlacementPropertyThe Availability Zone.To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
- Specified by:
getAvailabilityZonein interfaceCfnSpotFleetPropsMixin.SpotPlacementProperty- See Also:
-
getAvailabilityZoneId
Description copied from interface:CfnSpotFleetPropsMixin.SpotPlacementPropertyThe ID of the Availability Zone. For example,use2-az1.[Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "
use2-az1,use2-bz1".Either
AvailabilityZoneorAvailabilityZoneIdmust be specified in the request, but not both.- Specified by:
getAvailabilityZoneIdin interfaceCfnSpotFleetPropsMixin.SpotPlacementProperty- See Also:
-
getGroupName
Description copied from interface:CfnSpotFleetPropsMixin.SpotPlacementPropertyThe name of the placement group.- Specified by:
getGroupNamein interfaceCfnSpotFleetPropsMixin.SpotPlacementProperty- See Also:
-
getTenancy
Description copied from interface:CfnSpotFleetPropsMixin.SpotPlacementPropertyThe tenancy of the instance (if the instance is running in a VPC).An instance with a tenancy of
dedicatedruns on single-tenant hardware. Thehosttenancy is not supported for Spot Instances.- Specified by:
getTenancyin interfaceCfnSpotFleetPropsMixin.SpotPlacementProperty- 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()
-