| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.policyDocument(Object policyDocument)
A policy that controls access to the service from the VPC.
|
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.privateDnsEnabled(Boolean privateDnsEnabled)
Indicate whether to associate a private hosted zone with the specified VPC.
|
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.privateDnsEnabled(IResolvable privateDnsEnabled)
Indicate whether to associate a private hosted zone with the specified VPC.
|
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.routeTableIds(List<String> routeTableIds)
The route table IDs.
|
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.securityGroupIds(List<String> securityGroupIds)
The IDs of the security groups to associate with the endpoint network interface.
|
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.serviceName(String serviceName)
The service name.
|
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.subnetIds(List<String> subnetIds)
The ID of the subnets in which to create an endpoint network interface.
|
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.vpcEndpointType(String vpcEndpointType)
The type of endpoint.
|
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.vpcId(String vpcId)
The ID of the VPC in which the endpoint will be used.
|
Copyright © 2022. All rights reserved.