Class ProxyConfigurations
The base class for proxy configurations.
Inheritance
System.Object
ProxyConfigurations
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.AWS.ECS.dll
Syntax (csharp)
public class ProxyConfigurations : DeputyBase
Syntax (vb)
Public Class ProxyConfigurations
Inherits DeputyBase
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ECS;
var proxyConfigurations = new ProxyConfigurations();
Synopsis
Constructors
ProxyConfigurations() | |
ProxyConfigurations(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
ProxyConfigurations(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Methods
AppMeshProxyConfiguration(IAppMeshProxyConfigurationConfigProps) | Constructs a new instance of the ProxyConfiguration class. |
Constructors
ProxyConfigurations()
public ProxyConfigurations()
ProxyConfigurations(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected ProxyConfigurations(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
ProxyConfigurations(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected ProxyConfigurations(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Methods
AppMeshProxyConfiguration(IAppMeshProxyConfigurationConfigProps)
Constructs a new instance of the ProxyConfiguration class.
public static ProxyConfiguration AppMeshProxyConfiguration(IAppMeshProxyConfigurationConfigProps props)
Parameters
Returns