ServiceNetworkConfigurationEgressConfiguration class

Constructors

ServiceNetworkConfigurationEgressConfiguration({Input<String?>? egressType, Input<String?>? vpcConnectorArn})
Creates a new ServiceNetworkConfigurationEgressConfiguration. egressType Type of egress configuration. Valid values are: DEFAULT and VPC. vpcConnectorArn ARN of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC.
const
ServiceNetworkConfigurationEgressConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

egressType → Input<String?>?
Type of egress configuration. Valid values are: DEFAULT and VPC.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpcConnectorArn → Input<String?>?
ARN of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited