@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:29.516Z") @Stability(value=Experimental) public class ProxyConfigurations extends software.amazon.jsii.JsiiObject
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();
| Modifier | Constructor and Description |
|---|---|
|
ProxyConfigurations() |
protected |
ProxyConfigurations(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ProxyConfigurations(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static ProxyConfiguration |
appMeshProxyConfiguration(AppMeshProxyConfigurationConfigProps props)
(experimental) Constructs a new instance of the ProxyConfiguration class.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ProxyConfigurations(software.amazon.jsii.JsiiObjectRef objRef)
protected ProxyConfigurations(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public ProxyConfigurations()
@Stability(value=Experimental) @NotNull public static ProxyConfiguration appMeshProxyConfiguration(@NotNull AppMeshProxyConfigurationConfigProps props)
props - This parameter is required.Copyright © 2022. All rights reserved.