@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.740Z") @Stability(value=Stable) 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)
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=Stable) public ProxyConfigurations()
@Stability(value=Stable) @NotNull public static ProxyConfiguration appMeshProxyConfiguration(@NotNull AppMeshProxyConfigurationConfigProps props)
props - This parameter is required.Copyright © 2022. All rights reserved.