| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
EgressConfiguration |
EgressConfiguration.clone() |
EgressConfiguration |
NetworkConfiguration.getEgressConfiguration()
Network configuration settings for outbound message traffic.
|
EgressConfiguration |
EgressConfiguration.withEgressType(EgressType egressType)
The type of egress configuration.
|
EgressConfiguration |
EgressConfiguration.withEgressType(String egressType)
The type of egress configuration.
|
EgressConfiguration |
EgressConfiguration.withVpcConnectorArn(String vpcConnectorArn)
The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner
service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkConfiguration.setEgressConfiguration(EgressConfiguration egressConfiguration)
Network configuration settings for outbound message traffic.
|
NetworkConfiguration |
NetworkConfiguration.withEgressConfiguration(EgressConfiguration egressConfiguration)
Network configuration settings for outbound message traffic.
|
Copyright © 2024. All rights reserved.