Interface CfnService.IEgressConfigurationProperty
Describes configuration settings related to outbound network traffic of an AWS App Runner service.
Namespace: Amazon.CDK.AWS.AppRunner
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEgressConfigurationProperty
Syntax (vb)
Public Interface IEgressConfigurationProperty
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.AppRunner;
var egressConfigurationProperty = new EgressConfigurationProperty {
EgressType = "egressType",
// the properties below are optional
VpcConnectorArn = "vpcConnectorArn"
};
Synopsis
Properties
Egress |
The type of egress configuration. |
Vpc |
The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. |
Properties
EgressType
The type of egress configuration.
string EgressType { get; }
Property Value
System.
Remarks
Set to DEFAULT
for access to resources hosted on public networks.
Set to VPC
to associate your service to a custom VPC specified by VpcConnectorArn
.
VpcConnectorArn
The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service.
virtual string VpcConnectorArn { get; }
Property Value
System.