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.97.0 (build 729de35)", date="2024-04-18T17:54:16.517Z") @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

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    ProxyConfigurations(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    ProxyConfigurations(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.