Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCEndpointServicePropsMixin.Builder
Packages that use CfnVPCEndpointServicePropsMixin.Builder
-
Uses of CfnVPCEndpointServicePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVPCEndpointServicePropsMixin.BuilderModifier and TypeMethodDescriptionCfnVPCEndpointServicePropsMixin.Builder.acceptanceRequired(Boolean acceptanceRequired) Indicates whether requests from service consumers to create an endpoint to your service must be accepted.CfnVPCEndpointServicePropsMixin.Builder.acceptanceRequired(IResolvable acceptanceRequired) Indicates whether requests from service consumers to create an endpoint to your service must be accepted.CfnVPCEndpointServicePropsMixin.Builder.contributorInsightsEnabled(Boolean contributorInsightsEnabled) Indicates whether to enable the built-in Contributor Insights rules provided by AWS PrivateLink .CfnVPCEndpointServicePropsMixin.Builder.contributorInsightsEnabled(IResolvable contributorInsightsEnabled) Indicates whether to enable the built-in Contributor Insights rules provided by AWS PrivateLink .CfnVPCEndpointServicePropsMixin.Builder.create()CfnVPCEndpointServicePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVPCEndpointServicePropsMixin.Builder.gatewayLoadBalancerArns(List<String> gatewayLoadBalancerArns) The Amazon Resource Names (ARNs) of the Gateway Load Balancers.CfnVPCEndpointServicePropsMixin.Builder.networkLoadBalancerArns(List<? extends Object> networkLoadBalancerArns) The Amazon Resource Names (ARNs) of the Network Load Balancers.CfnVPCEndpointServicePropsMixin.Builder.payerResponsibility(String payerResponsibility) The entity that is responsible for the endpoint costs.CfnVPCEndpointServicePropsMixin.Builder.supportedIpAddressTypes(List<String> supportedIpAddressTypes) The supported IP address types.CfnVPCEndpointServicePropsMixin.Builder.supportedRegions(List<String> supportedRegions) The Regions from which service consumers can access the service.The tags to associate with the service.