Interface CfnFleet.FleetProxyRuleProperty

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

@Stability(Stable) public static interface CfnFleet.FleetProxyRuleProperty extends software.amazon.jsii.JsiiSerializable
Information about the proxy rule for your reserved capacity instances.

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.codebuild.*;
 FleetProxyRuleProperty fleetProxyRuleProperty = FleetProxyRuleProperty.builder()
         .effect("effect")
         .entities(List.of("entities"))
         .type("type")
         .build();
 

See Also: