| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterfaceVpcEndpointProps
Construction properties for an InterfaceVpcEndpoint.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InterfaceVpcEndpointOptions.Jsii$Proxy
An implementation for
InterfaceVpcEndpointOptions |
static class |
InterfaceVpcEndpointProps.Jsii$Proxy
An implementation for
InterfaceVpcEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
InterfaceVpcEndpointOptions |
InterfaceVpcEndpointOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceVpcEndpoint |
IVpc.addInterfaceEndpoint(String id,
InterfaceVpcEndpointOptions options)
Adds a new interface endpoint to this VPC.
|
InterfaceVpcEndpoint |
IVpc.Jsii$Proxy.addInterfaceEndpoint(String id,
InterfaceVpcEndpointOptions options)
Adds a new interface endpoint to this VPC.
|
default InterfaceVpcEndpoint |
IVpc.Jsii$Default.addInterfaceEndpoint(String id,
InterfaceVpcEndpointOptions options)
Adds a new interface endpoint to this VPC.
|
InterfaceVpcEndpoint |
Vpc.addInterfaceEndpoint(String id,
InterfaceVpcEndpointOptions options)
Adds a new interface endpoint to this VPC.
|
Copyright © 2022. All rights reserved.