@Stability(value=Stable)
public static interface CfnService.NetworkConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Consists of embedded objects for each configurable network feature.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apprunner.*;
NetworkConfigurationProperty networkConfigurationProperty = NetworkConfigurationProperty.builder()
.egressConfiguration(EgressConfigurationProperty.builder()
.egressType("egressType")
// the properties below are optional
.vpcConnectorArn("vpcConnectorArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.NetworkConfigurationProperty.Builder
A builder for
CfnService.NetworkConfigurationProperty |
static class |
CfnService.NetworkConfigurationProperty.Jsii$Proxy
An implementation for
CfnService.NetworkConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.NetworkConfigurationProperty.Builder |
builder() |
Object |
getEgressConfiguration()
Network configuration settings for outbound message traffic.
|
@Stability(value=Stable) @NotNull Object getEgressConfiguration()
@Stability(value=Stable) static CfnService.NetworkConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.