| Package | Description |
|---|---|
| software.amazon.awscdk.services.apprunner |
AWS::AppRunner Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVpcConnector.Jsii$Default
Internal default implementation for
IVpcConnector. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IVpcConnector.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
VpcConnector
(experimental) The App Runner VPC Connector.
|
| Modifier and Type | Method and Description |
|---|---|
static IVpcConnector |
VpcConnector.fromVpcConnectorAttributes(software.constructs.Construct scope,
String id,
VpcConnectorAttributes attrs)
(experimental) Import from VPC connector attributes.
|
default IVpcConnector |
ServiceProps.getVpcConnector()
(experimental) Settings for an App Runner VPC connector to associate with the service.
|
IVpcConnector |
ServiceProps.Jsii$Proxy.getVpcConnector() |
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.vpcConnector(IVpcConnector vpcConnector)
(experimental) Settings for an App Runner VPC connector to associate with the service.
|
ServiceProps.Builder |
ServiceProps.Builder.vpcConnector(IVpcConnector vpcConnector)
Sets the value of
ServiceProps.getVpcConnector() |
Copyright © 2022. All rights reserved.