Interface CfnFleet.AnywhereConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFleet.AnywhereConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnFleet

@Stability(Stable) public static interface CfnFleet.AnywhereConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Amazon GameLift configuration options for your Anywhere fleets.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.gamelift.*;
 AnywhereConfigurationProperty anywhereConfigurationProperty = AnywhereConfigurationProperty.builder()
         .cost("cost")
         .build();
 

See Also: