ServiceNetworkConfigurationEgressConfiguration class
Constructors
-
ServiceNetworkConfigurationEgressConfiguration({Input<
String?> ? egressType, Input<String?> ? vpcConnectorArn}) -
Creates a new ServiceNetworkConfigurationEgressConfiguration.
egressTypeType of egress configuration. Valid values are:DEFAULTandVPC.vpcConnectorArnARN of the App Runner VPC connector that you want to associate with your App Runner service. Only valid whenEgressType = VPC.const -
ServiceNetworkConfigurationEgressConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
egressType
→ Input<
String?> ? -
Type of egress configuration. Valid values are:
DEFAULTandVPC.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