Class ProxyConfigurations
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.ProxyConfigurations
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-10T21:56:50.935Z")
@Stability(Stable)
public class ProxyConfigurations
extends software.amazon.jsii.JsiiObject
The base class for proxy configurations.
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.ecs.*; ProxyConfigurations proxyConfigurations = new ProxyConfigurations();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ModifierConstructorDescriptionprotected
ProxyConfigurations
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
ProxyConfigurations
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic ProxyConfiguration
Constructs a new instance of the ProxyConfiguration class.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ProxyConfigurations
protected ProxyConfigurations(software.amazon.jsii.JsiiObjectRef objRef) -
ProxyConfigurations
protected ProxyConfigurations(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ProxyConfigurations
@Stability(Stable) public ProxyConfigurations()
-
-
Method Details
-
appMeshProxyConfiguration
@Stability(Stable) @NotNull public static ProxyConfiguration appMeshProxyConfiguration(@NotNull AppMeshProxyConfigurationConfigProps props) Constructs a new instance of the ProxyConfiguration class.- Parameters:
props
- This parameter is required.
-