Class ProxyConfiguration
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.ProxyConfiguration
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
- Direct Known Subclasses:
AppMeshProxyConfiguration
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:01.153Z")
@Stability(Stable)
public abstract class ProxyConfiguration
extends software.amazon.jsii.JsiiObject
The base class for proxy configurations.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
ProxyConfiguration
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
ProxyConfiguration
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionbind
(software.constructs.Construct _scope, TaskDefinition _taskDefinition) Called when the proxy configuration is configured on a task definition.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
-
ProxyConfiguration
protected ProxyConfiguration(software.amazon.jsii.JsiiObjectRef objRef) -
ProxyConfiguration
protected ProxyConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ProxyConfiguration
@Stability(Stable) protected ProxyConfiguration()
-
-
Method Details
-
bind
@Stability(Stable) @NotNull public abstract CfnTaskDefinition.ProxyConfigurationProperty bind(@NotNull software.constructs.Construct _scope, @NotNull TaskDefinition _taskDefinition) Called when the proxy configuration is configured on a task definition.- Parameters:
_scope
- This parameter is required._taskDefinition
- This parameter is required.
-