You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Information about the proxy rule for your reserved capacity instances.</p>
2777
+
* @public
2778
+
*/
2779
+
exportinterfaceFleetProxyRule{
2780
+
/**
2781
+
* <p>The type of proxy rule.</p>
2782
+
* @public
2783
+
*/
2784
+
type: FleetProxyRuleType|undefined;
2785
+
2786
+
/**
2787
+
* <p>The behavior of the proxy rule.</p>
2788
+
* @public
2789
+
*/
2790
+
effect: FleetProxyRuleEffectType|undefined;
2791
+
2792
+
/**
2793
+
* <p>The destination of the proxy rule.</p>
2794
+
* @public
2795
+
*/
2796
+
entities: string[]|undefined;
2797
+
}
2798
+
2799
+
/**
2800
+
* <p>Information about the proxy configurations that apply network access control to your reserved capacity instances.</p>
2801
+
* @public
2802
+
*/
2803
+
exportinterfaceProxyConfiguration{
2804
+
/**
2805
+
* <p>The default behavior of outgoing traffic.</p>
2806
+
* @public
2807
+
*/
2808
+
defaultBehavior?: FleetProxyRuleBehavior;
2809
+
2810
+
/**
2811
+
* <p>An array of <code>FleetProxyRule</code> objects that represent the specified destination domains or IPs to allow or deny network access control to.</p>
2812
+
* @public
2813
+
*/
2814
+
orderedProxyRules?: FleetProxyRule[];
2815
+
}
2816
+
2733
2817
/**
2734
2818
* @public
2735
2819
* @enum
@@ -3125,6 +3209,12 @@ export interface Fleet {
3125
3209
*/
3126
3210
vpcConfig?: VpcConfig;
3127
3211
3212
+
/**
3213
+
* <p>The proxy configuration of the compute fleet.</p>
3214
+
* @public
3215
+
*/
3216
+
proxyConfiguration?: ProxyConfiguration;
3217
+
3128
3218
/**
3129
3219
* <p>The Amazon Machine Image (AMI) of the compute fleet.</p>
0 commit comments