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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleet.FleetProxyRulePropertystatic final classAn implementation forCfnFleet.FleetProxyRuleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEffect
The behavior of the proxy rule.- See Also:
-
getEntities
The destination of the proxy rule.- See Also:
-
getType
The type of proxy rule.- See Also:
-
builder
-