Vpc Endpoint Args
fun VpcEndpointArgs(policyDocument: Output<String>? = null, privateDnsEnabled: Output<Boolean>? = null, routeTableIds: Output<List<String>>? = null, securityGroupIds: Output<List<String>>? = null, serviceName: Output<String>? = null, subnetIds: Output<List<String>>? = null, vpcEndpointType: Output<VpcEndpointType>? = null, vpcId: Output<String>? = null)