Class CfnSpotFleet.SpotPlacementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotPlacementProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnSpotFleet.SpotPlacementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnSpotFleet.SpotPlacementProperty
 
@Stability(Stable)
@Internal
public static final class CfnSpotFleet.SpotPlacementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSpotFleet.SpotPlacementProperty
An implementation for 
CfnSpotFleet.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.services.ec2.CfnSpotFleet.SpotPlacementProperty
CfnSpotFleet.SpotPlacementProperty.Builder, CfnSpotFleet.SpotPlacementProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSpotFleet.SpotPlacementProperty.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
Constructor that initializes the object based on literal property values passed by theCfnSpotFleet.SpotPlacementProperty.Builder. 
 - 
 - 
Method Details
- 
getAvailabilityZone
Description copied from interface:CfnSpotFleet.SpotPlacementPropertyThe Availability Zone.To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
- Specified by:
 getAvailabilityZonein interfaceCfnSpotFleet.SpotPlacementProperty
 - 
getGroupName
Description copied from interface:CfnSpotFleet.SpotPlacementPropertyThe name of the placement group.- Specified by:
 getGroupNamein interfaceCfnSpotFleet.SpotPlacementProperty
 - 
getTenancy
Description copied from interface:CfnSpotFleet.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 interfaceCfnSpotFleet.SpotPlacementProperty
 - 
$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() 
 -