@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.377Z") @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)
.contributorInsightsEnabled(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 Object |
getContributorInsightsEnabled()
`AWS::EC2::VPCEndpointService.ContributorInsightsEnabled`.
|
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()
The entity that is responsible for the endpoint costs.
|
@Stability(value=Stable) @Nullable default Object getAcceptanceRequired()
@Stability(value=Stable) @Nullable default Object getContributorInsightsEnabled()
@Stability(value=Stable) @Nullable default List<String> getGatewayLoadBalancerArns()
@Stability(value=Stable) @Nullable default List<String> getNetworkLoadBalancerArns()
@Stability(value=Stable) @Nullable default String getPayerResponsibility()
The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
@Stability(value=Stable) static CfnVPCEndpointServiceProps.Builder builder()
CfnVPCEndpointServiceProps.Builder of CfnVPCEndpointServicePropsCopyright © 2022. All rights reserved.