@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:33.896Z") @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, jsiiStaticSet
protected 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 © 2023. All rights reserved.