Class Ec2FleetSpotOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.ec2_fleet.Ec2FleetSpotOptions.Jsii$Proxy
-
- All Implemented Interfaces:
Ec2FleetSpotOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Ec2FleetSpotOptions
@Stability(Stable) @Internal public static final class Ec2FleetSpotOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Ec2FleetSpotOptions
An implementation forEc2FleetSpotOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.ec2_fleet.Ec2FleetSpotOptions
Ec2FleetSpotOptions.Builder, Ec2FleetSpotOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Ec2FleetSpotOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theEc2FleetSpotOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAllocationStrategy()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#allocation_strategy Ec2Fleet#allocation_strategy}.StringgetInstanceInterruptionBehavior()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#instance_interruption_behavior Ec2Fleet#instance_interruption_behavior}.NumbergetInstancePoolsToUseCount()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#instance_pools_to_use_count Ec2Fleet#instance_pools_to_use_count}.Ec2FleetSpotOptionsMaintenanceStrategiesgetMaintenanceStrategies()maintenance_strategies block.inthashCode()
-
-
-
Constructor Detail
-
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(Ec2FleetSpotOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theEc2FleetSpotOptions.Builder.
-
-
Method Detail
-
getAllocationStrategy
public final String getAllocationStrategy()
Description copied from interface:Ec2FleetSpotOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#allocation_strategy Ec2Fleet#allocation_strategy}.- Specified by:
getAllocationStrategyin interfaceEc2FleetSpotOptions
-
getInstanceInterruptionBehavior
public final String getInstanceInterruptionBehavior()
Description copied from interface:Ec2FleetSpotOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#instance_interruption_behavior Ec2Fleet#instance_interruption_behavior}.- Specified by:
getInstanceInterruptionBehaviorin interfaceEc2FleetSpotOptions
-
getInstancePoolsToUseCount
public final Number getInstancePoolsToUseCount()
Description copied from interface:Ec2FleetSpotOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#instance_pools_to_use_count Ec2Fleet#instance_pools_to_use_count}.- Specified by:
getInstancePoolsToUseCountin interfaceEc2FleetSpotOptions
-
getMaintenanceStrategies
public final Ec2FleetSpotOptionsMaintenanceStrategies getMaintenanceStrategies()
Description copied from interface:Ec2FleetSpotOptionsmaintenance_strategies block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/ec2_fleet#maintenance_strategies Ec2Fleet#maintenance_strategies}
- Specified by:
getMaintenanceStrategiesin interfaceEc2FleetSpotOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-