Vpc Endpoint Service Args
data class VpcEndpointServiceArgs(val acceptanceRequired: Output<Boolean>? = null, val contributorInsightsEnabled: Output<Boolean>? = null, val gatewayLoadBalancerArns: Output<List<String>>? = null, val networkLoadBalancerArns: Output<List<String>>? = null, val payerResponsibility: Output<String>? = null, val supportedIpAddressTypes: Output<List<VpcEndpointServiceIpAddressType>>? = null, val supportedRegions: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<VpcEndpointServiceArgs>
Resource Type definition for AWS::EC2::VPCEndpointService
Constructors
Link copied to clipboard
constructor(acceptanceRequired: Output<Boolean>? = null, contributorInsightsEnabled: Output<Boolean>? = null, gatewayLoadBalancerArns: Output<List<String>>? = null, networkLoadBalancerArns: Output<List<String>>? = null, payerResponsibility: Output<String>? = null, supportedIpAddressTypes: Output<List<VpcEndpointServiceIpAddressType>>? = null, supportedRegions: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
Link copied to clipboard
Indicates whether to enable the built-in Contributor Insights rules provided by AWS PrivateLink .
Link copied to clipboard
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
Link copied to clipboard
The Amazon Resource Names (ARNs) of the Network Load Balancers.
Link copied to clipboard
The entity that is responsible for the endpoint costs. 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.
Link copied to clipboard
Specify which Ip Address types are supported for VPC endpoint service.
Link copied to clipboard
The Regions from which service consumers can access the service.