VpcEndpointArgs

constructor(dnsOptions: Output<VpcEndpointDnsOptionsSpecificationArgs>? = null, ipAddressType: Output<VpcEndpointIpAddressType>? = null, policyDocument: Output<Any>? = null, privateDnsEnabled: Output<Boolean>? = null, resourceConfigurationArn: Output<String>? = null, routeTableIds: Output<List<String>>? = null, securityGroupIds: Output<List<String>>? = null, serviceName: Output<String>? = null, serviceNetworkArn: Output<String>? = null, serviceRegion: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, vpcEndpointType: Output<VpcEndpointType>? = null, vpcId: Output<String>? = null)