@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:06.372Z") @Stability(value=Stable) public interface CfnVPCEndpointServiceProps extends software.amazon.jsii.JsiiSerializable
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.ec2.*;
CfnVPCEndpointServiceProps cfnVPCEndpointServiceProps = CfnVPCEndpointServiceProps.builder()
.acceptanceRequired(false)
.gatewayLoadBalancerArns(List.of("gatewayLoadBalancerArns"))
.networkLoadBalancerArns(List.of("networkLoadBalancerArns"))
.payerResponsibility("payerResponsibility")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPCEndpointServiceProps.Builder
A builder for
CfnVPCEndpointServiceProps |
static class |
CfnVPCEndpointServiceProps.Jsii$Proxy
An implementation for
CfnVPCEndpointServiceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCEndpointServiceProps.Builder |
builder() |
default Object |
getAcceptanceRequired()
Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
|
default List<String> |
getGatewayLoadBalancerArns()
The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.
|
default List<String> |
getNetworkLoadBalancerArns()
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
|
default String |
getPayerResponsibility()
`AWS::EC2::VPCEndpointService.PayerResponsibility`.
|
@Stability(value=Stable) @Nullable default Object getAcceptanceRequired()
@Stability(value=Stable) @Nullable default List<String> getGatewayLoadBalancerArns()
@Stability(value=Stable) @Nullable default List<String> getNetworkLoadBalancerArns()
@Stability(value=Stable) @Nullable default String getPayerResponsibility()
@Stability(value=Stable) static CfnVPCEndpointServiceProps.Builder builder()
CfnVPCEndpointServiceProps.Builder of CfnVPCEndpointServicePropsCopyright © 2022. All rights reserved.